xref: /OK3568_Linux_fs/buildroot/board/technologic/ts7680/genimage.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1image sdcard.img {
2	hdimage {
3	}
4
5	partition unused {
6		size = 512
7	}
8
9	partition rootfs {
10		partition-type = 0x83
11		image = "rootfs.ext4"
12		size = 256M
13	}
14}
15