]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
TI:omap5: Add rdaddr, use consistent loadaddr values
authorTom Rini <trini@ti.com>
Fri, 18 Oct 2013 22:04:19 +0000 (18:04 -0400)
committerTom Rini <trini@ti.com>
Fri, 1 Nov 2013 19:56:00 +0000 (15:56 -0400)
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>
include/configs/omap5_common.h

index 827eaabca835c414e91bf78bd1c9a10f02cdf1ee..c7fa37e8232b5c0f66aa6d7a7d0b16ea45b8beea 100644 (file)
 #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" \