Commit a304143925df7fd509a110a5b4069e4e85d39192

Authored by Masahiro Yamada
1 parent 90a6e92988

ARM: uniphier: add default bootm_low to fix FIT boot

Commit 25d4eb8091f4 ("ARM: uniphier: add bootm_low environment")
missed to add "bootm_low" for FIT boot.  Set "bootm_low" to the
DRAM base address.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/configs/uniphier.h
... ... @@ -223,6 +223,7 @@
223 223 "netdev=eth0\0" \
224 224 "verify=n\0" \
225 225 "nor_base=0x42000000\0" \
  226 + "bootm_low=0x80000000\0" \
226 227 "nandupdate=nand erase 0 0x00100000 &&" \
227 228 "tftpboot u-boot-spl-dtb.bin &&" \
228 229 "nand write $loadaddr 0 0x00010000 &&" \