gst1-vaapi: bump version to 1.10.4
[buildroot-gz.git] / board / beagleboardx15 / genimage.cfg
blobd27eff609fba1b641ca8ffcff4667649ffdd4438
1 image boot.vfat {
2         vfat {
3                 files = {
4                         "MLO",
5                         "u-boot.img"
6                 }
7         }
8         size = 4M
11 image sdcard.img {
12         hdimage {
13         }
15         partition u-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         }