xref: /OK3568_Linux_fs/buildroot/board/firefly/roc-rk3399-pc/genimage.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1image sdcard.img {
2	hdimage {
3	}
4
5	partition u-boot-tpl-spl-dtb {
6		in-partition-table = "no"
7		image = "idbloader.img"
8		offset = 32K
9	}
10
11	partition u-boot-dtb {
12		in-partition-table = "no"
13		image = "u-boot.itb"
14		offset = 8M
15		size = 30M
16	}
17
18	partition rootfs {
19		partition-type = 0x83
20		image = "rootfs.ext4"
21	}
22}
23