These boards have compiling error with latest change in u-boot. The image
grows and exceeds the preconfigured size. This patch only address the
compiling error. It is not verified on the boards. The affected boards are

MPC8572DS, dlvision, io, iocon, neo

Signed-off-by: York Sun <york...@freescale.com>
CC: Dirk Eibach <eib...@gdsys.de>
CC: Kumar Gala <ga...@kernel.crashing.org>
---
 include/configs/MPC8572DS.h    |    2 +-
 include/configs/dlvision-10g.h |    2 +-
 include/configs/io.h           |    2 +-
 include/configs/iocon.h        |    2 +-
 include/configs/neo.h          |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h
index 7b63945..3a30feb 100644
--- a/include/configs/MPC8572DS.h
+++ b/include/configs/MPC8572DS.h
@@ -30,7 +30,7 @@
 #endif
 
 #ifndef CONFIG_SYS_TEXT_BASE
-#define CONFIG_SYS_TEXT_BASE   0xeff80000
+#define CONFIG_SYS_TEXT_BASE   0xeff40000
 #endif
 
 #ifndef CONFIG_RESET_VECTOR_ADDRESS
diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h
index 7877897..47484d8 100644
--- a/include/configs/dlvision-10g.h
+++ b/include/configs/dlvision-10g.h
@@ -11,7 +11,7 @@
 #define CONFIG_405EP           1       /* this is a PPC405 CPU */
 #define CONFIG_DLVISION_10G    1       /*  on a DLVision-10G board */
 
-#define        CONFIG_SYS_TEXT_BASE    0xFFFC0000
+#define        CONFIG_SYS_TEXT_BASE    0xFFF80000
 
 /*
  * Include common defines/options for all AMCC eval boards
diff --git a/include/configs/io.h b/include/configs/io.h
index 9da6cc6..c7f0ded 100644
--- a/include/configs/io.h
+++ b/include/configs/io.h
@@ -11,7 +11,7 @@
 #define CONFIG_405EP           1       /* this is a PPC405 CPU */
 #define CONFIG_IO              1       /*  on a Io board */
 
-#define        CONFIG_SYS_TEXT_BASE    0xFFFC0000
+#define        CONFIG_SYS_TEXT_BASE    0xFFF80000
 
 /*
  * Include common defines/options for all AMCC eval boards
diff --git a/include/configs/iocon.h b/include/configs/iocon.h
index f36c2a3..09fa1fb 100644
--- a/include/configs/iocon.h
+++ b/include/configs/iocon.h
@@ -11,7 +11,7 @@
 #define CONFIG_405EP           1       /* this is a PPC405 CPU */
 #define CONFIG_IOCON           1       /*  on a IoCon board */
 
-#define        CONFIG_SYS_TEXT_BASE    0xFFFC0000
+#define        CONFIG_SYS_TEXT_BASE    0xFFF80000
 
 /*
  * Include common defines/options for all AMCC eval boards
diff --git a/include/configs/neo.h b/include/configs/neo.h
index d549985..c23eafe 100644
--- a/include/configs/neo.h
+++ b/include/configs/neo.h
@@ -12,7 +12,7 @@
 #define CONFIG_405EP           1       /* this is a PPC405 CPU */
 #define CONFIG_NEO             1       /*  on a Neo board */
 
-#define        CONFIG_SYS_TEXT_BASE    0xFFFC0000
+#define        CONFIG_SYS_TEXT_BASE    0xFFF80000
 
 /*
  * Include common defines/options for all AMCC eval boards
-- 
1.7.9.5

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to