From: Mike Frysinger Date: Fri, 1 Oct 2010 23:42:08 +0000 (-0400) Subject: Blackfin: bf537-pnav: increase monitor len X-Git-Tag: v2025.01-rc5-pxa1908~20073^2~1 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=4c95ff64199c79bf2662c49e2d1efffbf6546993;p=u-boot.git Blackfin: bf537-pnav: increase monitor len Building this board for parallel flash fills up the bss section and thus fails to link, so bump up the monitor size a bit. Signed-off-by: Mike Frysinger --- diff --git a/include/configs/bf537-pnav.h b/include/configs/bf537-pnav.h index 30607d91fd..730ae279b6 100644 --- a/include/configs/bf537-pnav.h +++ b/include/configs/bf537-pnav.h @@ -51,7 +51,7 @@ #define CONFIG_EBIU_AMBCTL0_VAL 0x7BB033B0 #define CONFIG_EBIU_AMBCTL1_VAL 0xFFC27BB0 -#define CONFIG_SYS_MONITOR_LEN (256 * 1024) +#define CONFIG_SYS_MONITOR_LEN (512 * 1024) #define CONFIG_SYS_MALLOC_LEN (128 * 1024)