diff mbox series

odruidc2: remove rootfs size limit

Message ID 20200926140252.10714-1-daggs@gmx.com
State Accepted
Headers show
Series odruidc2: remove rootfs size limit | expand

Commit Message

Dagg Stompler Sept. 26, 2020, 2:02 p.m. UTC
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@gmx.com>
---
 board/hardkernel/odroidc2/genimage.cfg | 1 -
 1 file changed, 1 deletion(-)

--
2.28.0

Comments

Thomas Petazzoni Oct. 15, 2020, 9:13 p.m. UTC | #1
On Sat, 26 Sep 2020 17:02:52 +0300
Dagg Stompler <daggs@gmx.com> wrote:

> 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@gmx.com>
> ---
>  board/hardkernel/odroidc2/genimage.cfg | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

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
 	}
 }