mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
microblaze: Setup reasonable maximum bootm len
We are far from 8MB default size. Setup 64MB for now. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
c5ba6357b3
commit
8272f31036
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue