[PATCH v2] ARM: i.MX: increase barebox partition sizes
Fabio Estevam
festevam at gmail.com
Tue Apr 26 04:47:28 PDT 2016
Hi Sascha,
On Tue, Apr 26, 2016 at 3:44 AM, Sascha Hauer <s.hauer at pengutronix.de> wrote:
> diff --git a/arch/arm/dts/imx25-karo-tx25.dts b/arch/arm/dts/imx25-karo-tx25.dts
> index 8d79471..76847ff 100644
> --- a/arch/arm/dts/imx25-karo-tx25.dts
> +++ b/arch/arm/dts/imx25-karo-tx25.dts
> @@ -123,12 +123,12 @@
>
> partition at 0 {
> label = "boot";
> - reg = <0x0 0x80000>;
> + reg = <0x0 0xe0000>;
> };
>
> - partition at 80000 {
> + partition at e0000 {
> label = "environment";
> - reg = <0x80000 0x80000>;
> + reg = <0xe0000 0x20000>;
Here the environment partition size is changed from 512kB to 128kB.
Couldn't this cause issues?
Shouldn't this change be done by a separate patch?
Other than that the patch looks good.
More information about the barebox
mailing list