[U-Boot] [PATCH 07/13] ARM: UniPhier: add CONFIG_SPL_MAX_FOOTPRINT
Masahiro Yamada
yamada.masahiro at socionext.com
Sun Mar 22 16:07:27 CET 2015
The Boot ROM of UniPhier platform only loads 64KB image. We should
always make sure that SPL memory footprint is less than that.
Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---
include/configs/uniphier.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index db1e08f..d2d88dd 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -296,4 +296,6 @@
#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x10000
+#define CONFIG_SPL_MAX_FOOTPRINT 0x10000
+
#endif /* __CONFIG_UNIPHIER_COMMON_H__ */
--
1.9.1
More information about the U-Boot
mailing list