blob: 76e61c3a0987691f7a1cef2df906e6e86e6529e5 [file] [log] [blame]
image boot.vfat {
vfat {
files = {
"boot.bin",
"u-boot.img",
"devicetree.dtb",
"uImage"
}
file uramdisk.image.gz {
image = "rootfs.cpio.uboot"
}
}
size = 32M
}
image sdcard.img {
hdimage {
}
partition boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
}
}