xref: /OK3568_Linux_fs/buildroot/board/freescale/common/imx/genimage.cfg.template_no_boot_part (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1image sdcard.img {
2  hdimage {
3  }
4
5  partition u-boot {
6    in-partition-table = "no"
7    image = "%UBOOTBIN%"
8    offset = 1024
9  }
10
11  partition rootfs {
12    partition-type = 0x83
13    image = "rootfs.ext2"
14    offset = 8M
15  }
16}
17