summaryrefslogtreecommitdiff
path: root/include/configs/WALNUT405.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-05-22 22:52:13 +0000
committerwdenk <wdenk>2003-05-22 22:52:13 +0000
commit5d232d0e7ea982d859d028ab482d95eb68460b19 (patch)
treea02c773fa4be5687f8f97d053ebd9afebbfaa54f /include/configs/WALNUT405.h
parentc8c3a8be2dd09e51d7dc33f431e3a638ac5688f2 (diff)
* Patch by Dave Ellis, 22 May 2003:LABEL_2003_05_23_0055
Fix problem with only partially cleared .bss segment * Patch by Rune Torgersen, 12 May 2003: get PCI to work on a MPC8266ADS board; incorporate change to cpu/mpc8260/pci.c to enable overrides of PCI memory parameters
Diffstat (limited to 'include/configs/WALNUT405.h')
-rw-r--r--include/configs/WALNUT405.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/WALNUT405.h b/include/configs/WALNUT405.h
index 68d47bb6d7..36674dbfbc 100644
--- a/include/configs/WALNUT405.h
+++ b/include/configs/WALNUT405.h
@@ -191,7 +191,7 @@
#define CFG_SDRAM_BASE 0x00000000
#define CFG_FLASH_BASE 0xFFF80000
#define CFG_MONITOR_BASE CFG_FLASH_BASE
-#define CFG_MONITOR_LEN (192 * 1024) /* Reserve 196 kB for Monitor */
+#define CFG_MONITOR_LEN (256 * 1024) /* Reserve 256 kB for Monitor */
#define CFG_MALLOC_LEN (128 * 1024) /* Reserve 128 kB for malloc() */
/*