mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
ARM: uniphier: drop unnecessary "bootm_low" environment define
This environment define has been here to work around the LMB allocation error introduced by commit9c11135ce0
("image: fix getenv_bootm_size() function"). It is no longer needed because the root cause was fixed by commit0cb389dd1a
("image: fix getenv_bootm_size() function again"). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
f775c09d00
commit
768cade1aa
1 changed files with 0 additions and 1 deletions
|
@ -228,7 +228,6 @@
|
|||
"netdev=eth0\0" \
|
||||
"verify=n\0" \
|
||||
"nor_base=0x42000000\0" \
|
||||
"bootm_low=0x80000000\0" \
|
||||
"nandupdate=nand erase 0 0x00100000 &&" \
|
||||
"tftpboot u-boot-spl.bin &&" \
|
||||
"nand write $loadaddr 0 0x00010000 &&" \
|
||||
|
|
Loading…
Reference in a new issue