[U-Boot] [PATCH 2/4] ARM: uniphier: add default bootm_low to fix FIT boot
Masahiro Yamada
yamada.masahiro at socionext.com
Thu Jan 21 06:56:07 CET 2016
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 at socionext.com>
---
include/configs/uniphier.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 86471a2..c13dc89 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 &&" \
--
1.9.1
More information about the U-Boot
mailing list