]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
edminiv2: increase malloc len to 256K
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 21 Sep 2012 14:57:12 +0000 (14:57 +0000)
committerPrafulla Wadaskar <prafulla@marvell.com>
Wed, 3 Oct 2012 11:13:13 +0000 (16:43 +0530)
Malloc len of 128K caused a warning from
ehci_hcd asking for more.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
include/configs/edminiv2.h

index f2cfaf8350ed977b6304f0ecee5d4b3208c44938..adb505e1346b2b334be37bcb2d1a980be9191842 100644 (file)
 /*
  * Size of malloc() pool
  */
-#define CONFIG_SYS_MALLOC_LEN  (1024 * 128) /* 128kB for malloc() */
+#define CONFIG_SYS_MALLOC_LEN  (1024 * 256) /* 256kB for malloc() */
 
 /*
  * Other required minimal configurations