* [Buildroot] [PATCH] odruidc2: remove rootfs size limit
@ 2020-09-26 14:02 Dagg Stompler
2020-10-15 21:13 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Dagg Stompler @ 2020-09-26 14:02 UTC (permalink / raw)
To: buildroot
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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] odruidc2: remove rootfs size limit
2020-09-26 14:02 [Buildroot] [PATCH] odruidc2: remove rootfs size limit Dagg Stompler
@ 2020-10-15 21:13 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-10-15 21:13 UTC (permalink / raw)
To: buildroot
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
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-15 21:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-26 14:02 [Buildroot] [PATCH] odruidc2: remove rootfs size limit Dagg Stompler
2020-10-15 21:13 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox