Преглед изворни кода

ppc4xx: Fix Katmai CFG_MONITOR_LEN

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese пре 17 година
родитељ
комит
4ec9d78fe5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      include/configs/katmai.h

+ 1 - 1
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		*/