[U-Boot-Users] [PATCH] ppc4xx: Fix Katmai CFG_MONITOR_LEN

Stefan Roese sr at denx.de
Tue Apr 29 14:12:40 CEST 2008


Signed-off-by: Stefan Roese <sr at denx.de>
---
 include/configs/katmai.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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		*/
-- 
1.5.5.1





More information about the U-Boot mailing list