summaryrefslogtreecommitdiffstats
path: root/include/configs/uniphier.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-09 18:59:52 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-14 17:07:46 +0900
commit768cade1aa6cf1ab5c06025bf13356536f1a04a5 (patch)
tree0ade254352ddfd1a52c38f311cb082e9d06a0b3a /include/configs/uniphier.h
parentf775c09d00cc355a87cf4ba935eff86eacd0c961 (diff)
downloadtalos-obmc-uboot-768cade1aa6cf1ab5c06025bf13356536f1a04a5.tar.gz
talos-obmc-uboot-768cade1aa6cf1ab5c06025bf13356536f1a04a5.zip
ARM: uniphier: drop unnecessary "bootm_low" environment define
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>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r--include/configs/uniphier.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 43fe946935..fcec0c0ae2 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -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 &&" \
OpenPOWER on IntegriCloud