summaryrefslogtreecommitdiffstats
path: root/config/images/boot-vfat-mlo-u-boot.config
blob: ca7c47fd3929981642c04d52858e02a9481630dc (plain)
1
2
3
4
5
6
7
8
9
image @IMAGE@ {
    vfat {
        file MLO { image = "MLO"}
        file u-boot.img { image = "u-boot.img" }
        file uImage { image = "linuximage" }
    }
    name = boot-vfat
    size = 10M
}