configs/imx28evk: Generate the standard sdcard.img
[buildroot-gz.git] / board / freescale / imx28evk / genimage.cfg
blob4df432f99495f33d8a1258195e35d9b938662be8
1 image kernel.vfat {
2         vfat {
3                 files = {
4                 "zImage", "imx28-evk.dtb"
5                 }
6         }
7         size = 16M
10 image sdcard.img {
11         hdimage {
12         }
13         partition boot {
14                 partition-type = 0x53
15                 image = "u-boot.sd"
16                 offset = 1M
17                 size = 16M
18         }
20         partition kernel {
21                 partition-type = 0xC
22                 image = "kernel.vfat"
23         }
25         partition rootfs {
26                 partition-type = 0x83
27                 image = "rootfs.ext2"
28         }