]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
eNET: Move initial Global Data into CAR
authorGraeme Russ <graeme.russ@gmail.com>
Sat, 12 Feb 2011 04:12:14 +0000 (15:12 +1100)
committerGraeme Russ <graeme.russ@gmail.com>
Sat, 12 Feb 2011 04:12:14 +0000 (15:12 +1100)
include/configs/eNET.h

index f50d36d5ef148ab222a01370654e4229f3e49dae..34a9d6866ffaf0ae2508f57c41949d6cd9422984 100644 (file)
 #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 */