From: Stefan Roese Date: Tue, 29 Apr 2008 12:12:07 +0000 (+0200) Subject: ppc4xx: Fix Katmai CFG_MONITOR_LEN X-Git-Tag: v2008.10-rc1~369^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ec9d78fe5cd585d2868731fa108ca1e62730e70;p=platform%2Fkernel%2Fu-boot.git ppc4xx: Fix Katmai CFG_MONITOR_LEN Signed-off-by: Stefan Roese --- diff --git a/include/configs/katmai.h b/include/configs/katmai.h index 122b700..aad28fb 100644 --- a/include/configs/katmai.h +++ b/include/configs/katmai.h @@ -48,7 +48,7 @@ * Base addresses -- Note these are effective addresses where the * actual resources get mapped (not physical addresses) *----------------------------------------------------------------------*/ -#define CFG_MONITOR_LEN (256 * 1024) /* Reserve 256 kB for Mon */ +#define CFG_MONITOR_LEN (384 * 1024) /* Reserve 384 kB for Mon */ #define CFG_MALLOC_LEN (512 * 1024) /* Reserve 512 kB for malloc */ #define CFG_SDRAM_BASE 0x00000000 /* _must_ be 0 */