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

Blackfin: bf537-stamp: increase monitor size


The new jffs2 code pushed the code size just over the limit, so increase
the limit a bit more.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent f82caacc
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
#define CONFIG_EBIU_AMBCTL0_VAL 0x7BB07BB0 #define CONFIG_EBIU_AMBCTL0_VAL 0x7BB07BB0
#define CONFIG_EBIU_AMBCTL1_VAL 0xFFC27BB0 #define CONFIG_EBIU_AMBCTL1_VAL 0xFFC27BB0
#define CONFIG_SYS_MONITOR_LEN (384 * 1024) #define CONFIG_SYS_MONITOR_LEN (512 * 1024)
#define CONFIG_SYS_MALLOC_LEN (384 * 1024) #define CONFIG_SYS_MALLOC_LEN (384 * 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