diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:12:14 +1100 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:12:14 +1100 |
commit | 8b1a714013eb120674f1cfed82a838ac9cf6658f (patch) | |
tree | 0c8c03e1ad899f5546bdc699a5922f9f96a9d9a5 | |
parent | 6002bf03b4965053d7112c4ea2125d0b6548b0e9 (diff) | |
download | u-boot-imx-8b1a714013eb120674f1cfed82a838ac9cf6658f.zip u-boot-imx-8b1a714013eb120674f1cfed82a838ac9cf6658f.tar.gz u-boot-imx-8b1a714013eb120674f1cfed82a838ac9cf6658f.tar.bz2 |
eNET: Move initial Global Data into CAR
-rw-r--r-- | 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 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 */ |