xref: /OK3568_Linux_fs/buildroot/board/kontron/smarc-sal28/genimage.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1image sdcard-emmc.img {
2	hdimage {
3		gpt = true
4	}
5
6	partition rcw {
7		offset = 4k
8		in-partition-table = "no"
9		image = "rcw.bin"
10	}
11
12	partition u-boot {
13		offset = 1M
14		in-partition-table = "no"
15		image = "u-boot.rom"
16	}
17
18	partition rootfs {
19		offset = 2M
20		image = rootfs.ext4
21		partition-uuid = %PARTUUID%
22	}
23}
24