[U-Boot] [PATCH 07/10] microblaze: Setup reasonable maximum bootm len

Michal Simek michal.simek at xilinx.com
Wed Sep 25 11:41:59 UTC 2019


We are far from 8MB default size. Setup 64MB for now.

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 include/configs/microblaze-generic.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index ce18ee73c2bc..f1d0def3c163 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -13,6 +13,8 @@
 /* MicroBlaze CPU */
 #define	MICROBLAZE_V5		1
 
+#define CONFIG_SYS_BOOTM_LEN	(64 * 1024 * 1024)
+
 /* linear and spi flash memory */
 #ifdef XILINX_FLASH_START
 #define	FLASH
-- 
2.17.1



More information about the U-Boot mailing list