diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:50 +1100 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:50 +1100 |
commit | 2e2613d2c4755426cb6bfddf1ca7714b0deec177 (patch) | |
tree | 7430db819968e9b01c5dbb486f5e88e5367a355e /include/configs/eNET.h | |
parent | cfbe861506e2dc3250ac99dc45bb3d1ac60f4857 (diff) | |
download | u-boot-imx-2e2613d2c4755426cb6bfddf1ca7714b0deec177.zip u-boot-imx-2e2613d2c4755426cb6bfddf1ca7714b0deec177.tar.gz u-boot-imx-2e2613d2c4755426cb6bfddf1ca7714b0deec177.tar.bz2 |
x86: Move initial gd to fixed location
Diffstat (limited to 'include/configs/eNET.h')
-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 |