summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.biessmann@corscience.de>2013-09-06 15:04:48 +0200
committerTom Rini <trini@ti.com>2013-11-01 15:30:51 -0400
commit0dff13a9aed670e9f1eefdb1ee62b15ef2487532 (patch)
treeb5050c1735a278dc40ab978cb9a50ed0d1784338 /include/configs
parent5c68f123867cd7d8b30b831ba8bb9e7281954633 (diff)
downloadblackbird-obmc-uboot-0dff13a9aed670e9f1eefdb1ee62b15ef2487532.tar.gz
blackbird-obmc-uboot-0dff13a9aed670e9f1eefdb1ee62b15ef2487532.zip
tricorder: use generic provided loadaddr
Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/tricorder.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h
index a6e2f130bc..610e530bf4 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" \
OpenPOWER on IntegriCloud