mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
ARM: uniphier: add default bootm_low to fix FIT boot
Commit 25d4eb8091
("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>
This commit is contained in:
parent
90a6e92988
commit
a304143925
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@
|
|||
"netdev=eth0\0" \
|
||||
"verify=n\0" \
|
||||
"nor_base=0x42000000\0" \
|
||||
"bootm_low=0x80000000\0" \
|
||||
"nandupdate=nand erase 0 0x00100000 &&" \
|
||||
"tftpboot u-boot-spl-dtb.bin &&" \
|
||||
"nand write $loadaddr 0 0x00010000 &&" \
|
||||
|
|
Loading…
Add table
Reference in a new issue