From: Dagg Stompler Date: Sat, 26 Sep 2020 14:02:52 +0000 (+0300) Subject: board/hardkernel/odruidc2: remove rootfs size limit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5e29353b5fedc3cbd1070ce50b7ace6f533bda1;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- 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 } }