summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-04-29 14:12:07 +0200
committerStefan Roese <sr@denx.de>2008-04-29 14:12:07 +0200
commit4ec9d78fe5cd585d2868731fa108ca1e62730e70 (patch)
treecd961b617bdc02c33f56e6495ad3bcbdddfd0467 /include
parent85ad184b3b2b0f8af9228477303c55dca1b52ed7 (diff)
downloadtalos-obmc-uboot-4ec9d78fe5cd585d2868731fa108ca1e62730e70.tar.gz
talos-obmc-uboot-4ec9d78fe5cd585d2868731fa108ca1e62730e70.zip
ppc4xx: Fix Katmai CFG_MONITOR_LEN
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/katmai.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h
index 122b7006e1..aad28fbbde 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 */
OpenPOWER on IntegriCloud