diff options
Diffstat (limited to 'include/configs/ICU862.h')
-rw-r--r-- | include/configs/ICU862.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ICU862.h b/include/configs/ICU862.h index a7a11a6..fea0fce 100644 --- a/include/configs/ICU862.h +++ b/include/configs/ICU862.h @@ -196,7 +196,7 @@ #define CFG_MONITOR_LEN (192 << 10) /* Reserve 192 kB for Monitor */ #endif #else -#define CFG_MONITOR_LEN (272 << 10) /* Reserve 272 kB for Monitor */ +#define CFG_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */ #endif #define CFG_MONITOR_BASE TEXT_BASE #define CFG_MALLOC_LEN (256 << 10) /* Reserve 256 kB for malloc() */ |