xref: /OK3568_Linux_fs/buildroot/board/zynq/genimage.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1image boot.vfat {
2	vfat {
3		files = {
4			"boot.bin",
5			"u-boot.img",
6			"devicetree.dtb",
7			"uImage"
8		}
9
10		file uramdisk.image.gz {
11			image = "rootfs.cpio.uboot"
12		}
13	}
14
15	size = 32M
16}
17
18image sdcard.img {
19	hdimage {
20	}
21
22	partition boot {
23		partition-type = 0xC
24		bootable = "true"
25		image = "boot.vfat"
26	}
27}
28