summaryrefslogtreecommitdiffstats
path: root/include/configs/ICU862.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-08-28 09:41:22 +0000
committerwdenk <wdenk>2003-08-28 09:41:22 +0000
commitd94f92cbd7f4a4d3bf0d5d963b709c686e8f6633 (patch)
treec85dd4a10c5a68ca09b9139c1b6428d55ada6451 /include/configs/ICU862.h
parente0ac62d798ce60ec5d43125d4786e58b0d881836 (diff)
downloadblackbird-obmc-uboot-d94f92cbd7f4a4d3bf0d5d963b709c686e8f6633.tar.gz
blackbird-obmc-uboot-d94f92cbd7f4a4d3bf0d5d963b709c686e8f6633.zip
* Fix ICU862 environment problem
* Fix RAM size detection for RMU board * Implement "reset" for MGT5100/MPC5200 systems
Diffstat (limited to 'include/configs/ICU862.h')
-rw-r--r--include/configs/ICU862.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ICU862.h b/include/configs/ICU862.h
index a7a11a6163..fea0fce256 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() */
OpenPOWER on IntegriCloud