[linux-yocto] [PATCH 5/9] ARM: dts: axxia: Fix flash partitions

Charlie Paul cpaul.windriver at gmail.com
Thu Jun 19 13:13:47 PDT 2014


From: Anders Berg <anders.berg at avagotech.com>

Corrected reg property for SPI flash partitions.

Signed-off-by: Anders Berg <anders.berg at 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 at 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 at 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 at 300000 {
 			label = "u-boot1";
-			reg = <0x100000 0x200000>;
+			reg = <0x300000 0x200000>;
 		};
 	};
 };
-- 
1.7.9.5



More information about the linux-yocto mailing list