[Buildroot] [PATCH] odruidc2: remove rootfs size limit

Dagg Stompler daggs at gmx.com
Sat Sep 26 14:02:52 UTC 2020


as resizing the fs using paritions manager can result with 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 at gmx.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
 	}
 }
--
2.28.0



More information about the buildroot mailing list