commit | 29af8e6b45a4694715b878791aafa50d0f7a37c2 | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sat Feb 12 15:12:14 2011 +1100 |
committer | Graeme Russ <graeme.russ@gmail.com> | Sat Feb 12 15:12:14 2011 +1100 |
tree | 0c8c03e1ad899f5546bdc699a5922f9f96a9d9a5 | |
parent | 151713de95a3cf5d51484f073bb21b5e75553621 [diff] [blame] |
eNET: Move initial Global Data into CAR
diff --git a/include/configs/eNET.h b/include/configs/eNET.h index f50d36d..34a9d68 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 */