Skip to content
Snippets Groups Projects
Commit fea63e2a authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent bc43a8d8
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
#define CONFIG_EBIU_FCTL_VAL (BCLK_4) #define CONFIG_EBIU_FCTL_VAL (BCLK_4)
#define CONFIG_EBIU_MODE_VAL (B0MODE_FLASH) #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) #define CONFIG_SYS_MALLOC_LEN (768 * 1024)
......
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