From b5e29353b5fedc3cbd1070ce50b7ace6f533bda1 Mon Sep 17 00:00:00 2001 From: Dagg Stompler <daggs@gmx.com> Date: Sat, 26 Sep 2020 17:02:52 +0300 Subject: [PATCH] board/hardkernel/odruidc2: remove rootfs size limit 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/board/hardkernel/odroidc2/genimage.cfg b/board/hardkernel/odroidc2/genimage.cfg index c9306b0639..f49c1deaf3 100644 --- a/board/hardkernel/odroidc2/genimage.cfg +++ b/board/hardkernel/odroidc2/genimage.cfg @@ -34,6 +34,5 @@ image sdcard.img { partition rootfs { partition-type = 0x83 image = "rootfs.ext4" - size = 512M } }