[PATCH] ARM: dts: CCMX51: Increase kernel partition size
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Fri Oct 30 16:02:51 EDT 2020
On Fri, Oct 30, 2020 at 10:31:57AM +0300, Alexander Shiyan wrote:
A few words about the motivation here would be great. Is 0x340000 to
small for a current kernel? Is this following some upstream change? Why
not install the kernel in the rootfs and get rid of the kernel
partition?
Best regards
Uwe
> Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
> ---
> arch/arm/dts/imx51-ccxmx51.dts | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/dts/imx51-ccxmx51.dts b/arch/arm/dts/imx51-ccxmx51.dts
> index efe5dbf63..4aa32e4c8 100644
> --- a/arch/arm/dts/imx51-ccxmx51.dts
> +++ b/arch/arm/dts/imx51-ccxmx51.dts
> @@ -31,11 +31,11 @@
>
> partition at c0000 {
> label = "kernel";
> - reg = <0xc0000 0x340000>;
> + reg = <0xc0000 0x400000>;
> };
>
> - partition at 400000 {
> + partition at 4c0000 {
> label = "root";
> - reg = <0x400000 0>;
> + reg = <0x4c0000 0>;
> };
> };
> --
> 2.26.2
>
>
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | https://www.pengutronix.de/ |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/barebox/attachments/20201030/5c419751/attachment.sig>
More information about the barebox
mailing list