mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 13:44:29 +08:00
Blackfin: cm-bf548: increase monitor len
Recent features enabled by default require a larger monitor size for the cm-bf548 port, so bump it up a bit. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
5fc564eda7
commit
98ae6070c1
@ -64,7 +64,7 @@
|
||||
#define CONFIG_EBIU_FCTL_VAL (BCLK_4)
|
||||
#define CONFIG_EBIU_MODE_VAL (B0MODE_FLASH)
|
||||
|
||||
#define CONFIG_SYS_MONITOR_LEN (384 * 1024)
|
||||
#define CONFIG_SYS_MONITOR_LEN (512 * 1024)
|
||||
#define CONFIG_SYS_MALLOC_LEN (640 * 1024)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user