diff mbox

[U-Boot] ARM: uniphier: drop unnecessary "bootm_low" environment define

Message ID 1455011992-13393-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 768cade1aa6cf1ab5c06025bf13356536f1a04a5
Delegated to: Masahiro Yamada
Headers show

Commit Message

Masahiro Yamada Feb. 9, 2016, 9:59 a.m. UTC
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 | 1 -
 1 file changed, 1 deletion(-)

Comments

Masahiro Yamada Feb. 14, 2016, 8:43 a.m. UTC | #1
2016-02-09 18:59 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> 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>
> ---


Applied to u-boot-uniphier/master.
diff mbox

Patch

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index bef92a1..9d14155 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -232,7 +232,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 &&"		\