[U-Boot] [PATCH 32/32] eNET: Move initial Global Data into CAR
Graeme Russ
graeme.russ at gmail.com
Fri Feb 4 13:35:59 CET 2011
Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
---
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 50ee73e..0358b97 100644
--- a/include/configs/eNET.h
+++ b/include/configs/eNET.h
@@ -169,7 +169,7 @@
#define CONFIG_SYS_MONITOR_LEN (256 * 1024)
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024)
/* Address of temporary Global Data */
-#define CONFIG_SYS_INIT_GD_ADDR 0x19040000
+#define CONFIG_SYS_INIT_GD_ADDR CONFIG_SYS_CAR_ADDR
/* allow to overwrite serial and ethaddr */
--
1.7.1.422.g049e9
More information about the U-Boot
mailing list