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