[U-Boot] [RFC][PATCH 36/36] eNET - Move initial Global Data into CAR

Graeme Russ graeme.russ at gmail.com
Mon Jan 3 20:46:56 CET 2011


---
 include/configs/eNET.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/eNET.h b/include/configs/eNET.h
index 36c10a6..faad327 100644
--- a/include/configs/eNET.h
+++ b/include/configs/eNET.h
@@ -182,7 +182,7 @@
 #define CONFIG_SYS_FLASH_BASE		0x38000000	/* Boot Flash */
 #define CONFIG_SYS_FLASH_BASE_1		0x10000000	/* StrataFlash 1 */
 #define CONFIG_SYS_FLASH_BASE_2		0x11000000	/* StrataFlash 2 */
-#define CONFIG_SYS_INIT_GD_ADDR		0x19040000	/* Address of temporary Global Data */
+#define CONFIG_SYS_INIT_GD_ADDR		CONFIG_SYS_CAR_ADDR	/* Address of temporary Global Data */

 /* timeout values are in ticks */
 #define CONFIG_SYS_FLASH_ERASE_TOUT	(2*CONFIG_SYS_HZ) /* Timeout for Flash Erase */
--
1.7.1.422.g049e9



More information about the U-Boot mailing list