From: Graeme Russ <graeme.russ@gmail.com>
Date: Sat, 12 Feb 2011 04:12:14 +0000 (+1100)
Subject: eNET: Move initial Global Data into CAR
X-Git-Tag: v2025.01-rc5-pxa1908~19666
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=8b1a714013eb120674f1cfed82a838ac9cf6658f;p=u-boot.git

eNET: Move initial Global Data into CAR
---

diff --git a/include/configs/eNET.h b/include/configs/eNET.h
index f50d36d5ef..34a9d6866f 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 */