mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-03 17:43:45 +08: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
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user