From: Michal Simek Date: Wed, 25 Sep 2019 09:12:40 +0000 (+0200) Subject: microblaze: Setup reasonable maximum bootm len X-Git-Tag: v2020.01-rc1~30^2~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8272f31036c3128e0787183e214389744bea61ee;p=oweals%2Fu-boot.git microblaze: Setup reasonable maximum bootm len We are far from 8MB default size. Setup 64MB for now. Signed-off-by: Michal Simek --- diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index ce18ee73c2..f1d0def3c1 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