From: Masahiro Yamada <yamada.masahiro@socionext.com>
Date: Thu, 21 Jan 2016 05:56:07 +0000 (+0900)
Subject: ARM: uniphier: add default bootm_low to fix FIT boot
X-Git-Tag: v2025.01-rc5-pxa1908~10268^2~26
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=a304143925df7fd509a110a5b4069e4e85d39192;p=u-boot.git

ARM: uniphier: add default bootm_low to fix FIT boot

Commit 25d4eb8091f4 ("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>
---

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index ec4fd67ee6..00c27f1dad 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -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 &&"		\