Skip to content
Snippets Groups Projects
Commit 8272f310 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Setup reasonable maximum bootm len


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

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent c5ba6357
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
/* MicroBlaze CPU */ /* MicroBlaze CPU */
#define MICROBLAZE_V5 1 #define MICROBLAZE_V5 1
#define CONFIG_SYS_BOOTM_LEN (64 * 1024 * 1024)
/* linear and spi flash memory */ /* linear and spi flash memory */
#ifdef XILINX_FLASH_START #ifdef XILINX_FLASH_START
#define FLASH #define FLASH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment