From: Mike Frysinger Date: Thu, 22 Jan 2009 01:47:12 +0000 (-0500) Subject: Blackfin: bf537-stamp: increase monitor size X-Git-Tag: v2009.06-rc1~138^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5;p=u-boot 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: Mike Frysinger --- diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h index a9cdd5cef3..3e5862d138 100644 --- a/include/configs/bf537-stamp.h +++ b/include/configs/bf537-stamp.h @@ -52,7 +52,7 @@ #define CONFIG_EBIU_AMBCTL0_VAL 0x7BB07BB0 #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)