board/stm32mp157c-dk2/genimage.cfg: drop hardcoded rootfs partition size
authorBartosz Bilas <b.bilas@grinn-global.com>
Sat, 21 Mar 2020 13:32:17 +0000 (14:32 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 21 Mar 2020 14:27:17 +0000 (15:27 +0100)
Let genimage to match the size of the rootfs image instead.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
board/stmicroelectronics/stm32mp157c-dk2/genimage.cfg

index 2b9e832dc94840257cdbc037fd51f40b7add21f9..d1ce530cc58f9172e81860ef5fe100552b176370 100644 (file)
@@ -19,6 +19,5 @@ image sdcard.img {
                image = "rootfs.ext4"
                partition-type = 0x83
                bootable = "yes"
-               size = 256M
        }
 }