[U-Boot] [PATCH 03/13] tricorder: use generic provided loadaddr

Andreas Bießmann andreas.devel at googlemail.com
Fri Sep 6 15:04:48 CEST 2013


From: Andreas Bießmann <andreas.biessmann at corscience.de>

Signed-off-by: Andreas Bießmann <andreas.biessmann at corscience.de>
---
 include/configs/tricorder.h |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h
index 72341a2..249ee72 100644
--- a/include/configs/tricorder.h
+++ b/include/configs/tricorder.h
@@ -144,8 +144,11 @@
 
 #define CONFIG_BOOTDELAY		3
 
+/* the loadaddr is the same as CONFIG_SYS_LOAD_ADDR, unfortunately the defiend
+ * value can not be used here! */
+#define CONFIG_LOADADDR		0x82000000
+
 #define CONFIG_EXTRA_ENV_SETTINGS \
-	"loadaddr=0x82000000\0" \
 	"console=ttyO2,115200n8\0" \
 	"mmcdev=0\0" \
 	"vram=3M\0" \
-- 
1.7.10.4



More information about the U-Boot mailing list