projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c68f12
)
tricorder: use generic provided loadaddr
author
Andreas Bießmann
<andreas.biessmann@corscience.de>
Fri, 6 Sep 2013 13:04:48 +0000
(15:04 +0200)
committer
Tom Rini
<trini@ti.com>
Fri, 1 Nov 2013 19:30:51 +0000
(15:30 -0400)
Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
include/configs/tricorder.h
patch
|
blob
|
history
diff --git
a/include/configs/tricorder.h
b/include/configs/tricorder.h
index a6e2f130bc5da7e7ad92f0e3f490a45bf2a597ea..610e530bf42c7a9118733cdb089eca5b8fb2f18e 100644
(file)
--- 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" \