ARM: AM43xx: relocate dtb

It has been observed that with default Kernel and dtd load address, if
dtb is not relocated on AM43x, Kernel doesn't boot - probably due to
Kernel image getting overwritten by dtb.

Fix it by relocating dtb as is done for other platforms so that defaults
will make AM43x boot.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
This commit is contained in:
Afzal Mohammed 2013-12-17 14:24:27 +05:30 committed by Tom Rini
parent 310aa487aa
commit 562aa88643
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x80200000\0" \
"fdtaddr=0x80F80000\0" \
"fdt_high=0xffffffff\0" \
"fdt_high=0xa0000000\0" \
"rdaddr=0x81000000\0" \
"fdtfile=undefined\0" \
"bootpart=0:2\0" \