board/hardkernel/odruidc2: remove rootfs size limit
authorDagg Stompler <daggs@gmx.com>
Sat, 26 Sep 2020 14:02:52 +0000 (17:02 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 15 Oct 2020 21:12:31 +0000 (23:12 +0200)
As resizing the rootfs partition using a partition manager can result
in a non booting image due to the firmware's location, removal of the
size limit for the rootfs allows better match size-wise.

Signed-off-by: Dagg Stompler <daggs@gmx.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
board/hardkernel/odroidc2/genimage.cfg

index c9306b063905338302bc98893029709593c08f1d..f49c1deaf333b3cbc38be6609849545e088e6b2f 100644 (file)
@@ -34,6 +34,5 @@ image sdcard.img {
        partition rootfs {
                partition-type = 0x83
                image = "rootfs.ext4"
-               size = 512M
        }
 }