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