summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-10-18 18:04:19 -0400
committerTom Rini <trini@ti.com>2013-11-01 15:56:00 -0400
commitf6723794fd8f3362c4f3b5d0f36607a6a6f107b2 (patch)
treed8f626ce4625b6a2766f2a0f37fc04441048f0f4 /include/configs
parent42d4f37b790307987bd2f7cc569238b6b515149d (diff)
downloadblackbird-obmc-uboot-f6723794fd8f3362c4f3b5d0f36607a6a6f107b2.tar.gz
blackbird-obmc-uboot-f6723794fd8f3362c4f3b5d0f36607a6a6f107b2.zip
TI:omap5: Add rdaddr, use consistent loadaddr values
rdaddr was missing which is a common location for loading ramdisks to. loadaddr was higher than it needs to be, so use the same value other TI platforms use. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/omap5_common.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h
index 827eaabca8..c7fa37e823 100644
--- a/include/configs/omap5_common.h
+++ b/include/configs/omap5_common.h
@@ -70,10 +70,11 @@
#endif
#define CONFIG_EXTRA_ENV_SETTINGS \
- "loadaddr=0x82000000\0" \
- "console=" CONSOLEDEV ",115200n8\0" \
+ "loadaddr=0x80200000\0" \
+ "fdtaddr=0x80F80000\0" \
"fdt_high=0xffffffff\0" \
- "fdtaddr=0x80f80000\0" \
+ "rdaddr=0x81000000\0" \
+ "console=" CONSOLEDEV ",115200n8\0" \
"fdtfile=undefined\0" \
"bootpart=0:2\0" \
"bootdir=/boot\0" \
OpenPOWER on IntegriCloud