python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git] / board / firefly / firefly-rk3288 / sd-image.cfg
bloba9eb9f0142a084d32e3ba98ab23b10a002e3e02a
1 image sdcard.img {
2   hdimage {
3   }
5   partition u-boot-spl-dtb {
6     in-partition-table = "no"
7     image = "u-boot-spl-dtb.img"
8     offset = 32K
9   }
11   partition u-boot-dtb {
12     in-partition-table = "no"
13     image = "u-boot-dtb.img"
14     offset = 128K
15   }
17   partition rootfs {
18     partition-type = 0x83
19     image = "rootfs.ext4"
20     size = 512M
21   }