diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/eNET.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/eNET.h b/include/configs/eNET.h index 506f4c1..8b55cd3 100644 --- a/include/configs/eNET.h +++ b/include/configs/eNET.h @@ -164,6 +164,9 @@ #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE #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 + /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE |