浏览代码

Increase malloc arena on TQM5200 board to 256 kB.
With 64 kb uniform flash sector size the old value of 128 kB was
too small.

Wolfgang Denk 19 年之前
父节点
当前提交
d00de23b15
共有 2 个文件被更改,包括 8 次插入4 次删除
  1. 7 3
      CHANGELOG
  2. 1 1
      include/configs/TQM5200.h

+ 7 - 3
CHANGELOG

@@ -2,9 +2,13 @@
 Changes for U-Boot 1.1.4:
 ======================================================================
 
-* Fix miiphy global data initialization (problem on 4xx boards when no 
-  ethaddr is assigned). Initialization moved from miiphy_register() to
-  eth_initialize().
+* Increase malloc arena on TQM5200 board to 256 kB.
+  With 64 kb uniform flash sector size the old value of 128 kB was
+  too small.
+  
+* Fix miiphy global data initialization (problem on 4xx boards when
+  no ethaddr is assigned). Initialization moved from
+  miiphy_register() to eth_initialize().
 
   Based on initial patch for 4xx platform by Matthias Fuchs.
 

+ 1 - 1
include/configs/TQM5200.h

@@ -369,7 +369,7 @@
 #endif
 
 #define CFG_MONITOR_LEN		(384 << 10)	/* Reserve 384 kB for Monitor	*/
-#define CFG_MALLOC_LEN		(128 << 10)	/* Reserve 128 kB for malloc()	*/
+#define CFG_MALLOC_LEN		(256 << 10)	/* Reserve 256 kB for malloc()	*/
 #define CFG_BOOTMAPSZ		(8 << 20)	/* Initial Memory map for Linux */
 
 /*