summaryrefslogtreecommitdiffstats
path: root/configs/platform-beaglebone/config/images/boot-vfat.config
blob: 7d29c76e7ebe8ccfc8c1d0d21bad73ce50c935b9 (plain)
1
2
3
4
5
6
7
8
9
10
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 { image = "barebox-am33xx-beaglebone.img" }
    }
    name = boot-mlo
    size = 32M
}