]> git.sur5r.net Git - u-boot/commitdiff
ARM: uniphier: drop unnecessary "bootm_low" environment define
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 9 Feb 2016 09:59:52 +0000 (18:59 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 14 Feb 2016 08:07:46 +0000 (17:07 +0900)
This environment define has been here to work around the LMB
allocation error introduced by commit 9c11135ce053 ("image: fix
getenv_bootm_size() function").

It is no longer needed because the root cause was fixed by commit
0cb389dd1a38 ("image: fix getenv_bootm_size() function again").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/configs/uniphier.h

index 43fe946935e70c43ea3313635437d7821db5b9a2..fcec0c0ae2240a69ae714c9a92e117ac670df860 100644 (file)
        "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 &&"          \