summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/boot-vfat.config
blob: aa569fdcc3b3582266b6eb8253ebf59487f5f63e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
image @IMAGE@ {
    vfat {
        files = { @FIRMWARE_RPI2@ }
        file MLO { image = "barebox-am33xx-beaglebone-mlo.img"}
        file barebox.bin-rpi2 { image = barebox.bin-rpi2 }
        file barebox.bin-gf { image = barebox.bin-gf }
        #file barebox.bin { image = "barebox-am33xx-beaglebone.img" }
        file barebox.bin { image = "barebox-am33xx-afi-gf.img" }
    }
    name = boot-mlo
    size = 32M
}