package/pkg-toolchain-external: indentation cleanup
[buildroot-gz.git] / board / nexbox / a95x / genimage.cfg
blobc6c80f860bb867e676dd4bb74bbfdb220cc06cf4
1 image boot.vfat {
2         vfat {
3                 files = {
4                         "uImage",
5                         "meson-gxbb-nexbox-a95x.dtb",
6                         "meson-gxl-nexbox-a95x.dtb",
7                         "boot.scr"
8                 }
9         }
10         size = 32M
13 image sdcard.img {
14         hdimage {
15         }
17         partition boot {
18                 partition-type = 0xC
19                 bootable = "true"
20                 image = "boot.vfat"
21         }
23         partition rootfs {
24                 partition-type = 0x83
25                 image = "rootfs.ext4"
26                 size = 512M
27         }