From 60fc6cbbb7d49895e3ee552539f5375f8f1303b5 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 5 May 2005 09:13:21 +0000 Subject: Increase CFG_MONITOR_LEN for Rattler board to match actual code size. --- include/configs/Rattler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/Rattler.h') diff --git a/include/configs/Rattler.h b/include/configs/Rattler.h index 46dc78b36..f98a6c60b 100644 --- a/include/configs/Rattler.h +++ b/include/configs/Rattler.h @@ -195,7 +195,7 @@ #define CFG_RAMBOOT #endif -#define CFG_MONITOR_LEN (192 << 10) /* Reserve 192 kB for Monitor */ +#define CFG_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */ #define CFG_ENV_IS_IN_FLASH -- cgit v1.2.3