mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
Blackfin: bf548-ezkit: bump up monitor size
The latest version of U-Boot got a bit fatter in the BSS section which caused overflows in the RAM region, so increase the monitor size. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
bc43a8d899
commit
fea63e2a44
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
#define CONFIG_EBIU_FCTL_VAL (BCLK_4)
|
||||
#define CONFIG_EBIU_MODE_VAL (B0MODE_FLASH)
|
||||
|
||||
#define CONFIG_SYS_MONITOR_LEN (768 * 1024)
|
||||
#define CONFIG_SYS_MONITOR_LEN (1024 * 1024)
|
||||
#define CONFIG_SYS_MALLOC_LEN (768 * 1024)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue