ddrescue: fix uclibc compile
[buildroot-gz.git] / board / pandaboard / genimage.cfg
blobf30033f023c91f3e4881b7ebc503f12458ab6cee
1 image boot.vfat {
2         vfat {
3                 files = {
4                         "MLO",
5                         "u-boot.img"
6                 }
7         }
8         size = 8M
11 image sdcard.img {
12         hdimage {
13         }
15         partition boot {
16                 partition-type = 0xC
17                 bootable = "true"
18                 image = "boot.vfat"
19         }
21         partition rootfs {
22                 partition-type = 0x83
23                 image = "rootfs.ext4"
24                 size = 512M
25         }