From: Anders Berg <anders.b...@avagotech.com>

Corrected reg property for SPI flash partitions.

Signed-off-by: Anders Berg <anders.b...@avagotech.com>
---
 arch/arm/boot/dts/axm5508-amarillo.dts |    2 +-
 arch/arm/boot/dts/axm5512-amarillo.dts |    2 +-
 arch/arm/boot/dts/axm5516-amarillo.dts |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/axm5508-amarillo.dts 
b/arch/arm/boot/dts/axm5508-amarillo.dts
index 09e3e42..6edb2e8 100644
--- a/arch/arm/boot/dts/axm5508-amarillo.dts
+++ b/arch/arm/boot/dts/axm5508-amarillo.dts
@@ -129,7 +129,7 @@
                };
                partition@300000 {
                        label = "u-boot1";
-                       reg = <0x100000 0x200000>;
+                       reg = <0x300000 0x200000>;
                };
        };
 };
diff --git a/arch/arm/boot/dts/axm5512-amarillo.dts 
b/arch/arm/boot/dts/axm5512-amarillo.dts
index bc51270..96d8750 100644
--- a/arch/arm/boot/dts/axm5512-amarillo.dts
+++ b/arch/arm/boot/dts/axm5512-amarillo.dts
@@ -129,7 +129,7 @@
                };
                partition@300000 {
                        label = "u-boot1";
-                       reg = <0x100000 0x200000>;
+                       reg = <0x300000 0x200000>;
                };
        };
 };
diff --git a/arch/arm/boot/dts/axm5516-amarillo.dts 
b/arch/arm/boot/dts/axm5516-amarillo.dts
index c07de15..c60d00f 100644
--- a/arch/arm/boot/dts/axm5516-amarillo.dts
+++ b/arch/arm/boot/dts/axm5516-amarillo.dts
@@ -129,7 +129,7 @@
                };
                partition@300000 {
                        label = "u-boot1";
-                       reg = <0x100000 0x200000>;
+                       reg = <0x300000 0x200000>;
                };
        };
 };
-- 
1.7.9.5

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to