summaryrefslogtreecommitdiffstats
path: root/config/images/boot-mlo-vfat.config
blob: dee62a3d330ccdd51b9420ab4e50897ba2c4e368 (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-mlo
    size = 10M
}