[PATCH v2] ARM: dts: imx6qdl-sabresd: Fix barebox-environment location
Fabio Estevam
festevam at gmail.com
Mon Apr 25 04:06:45 PDT 2016
Hi Sascha,
On Mon, Apr 25, 2016 at 3:14 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 d661463..6e28ac9 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 1 {
This should be "partition at 0xe0000 {" to match the 'reg' property below.
> label = "environment";
> - reg = <0x80000 0x80000>;
> + reg = <0xe0000 0x20000>;
Same applies to other files.
More information about the barebox
mailing list