mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/1] Increase heapsize for i.MX21ADS board.
@ 2011-11-29 21:48 Jaccon Bastiaansen
  0 siblings, 0 replies; only message in thread
From: Jaccon Bastiaansen @ 2011-11-29 21:48 UTC (permalink / raw)
  To: barebox

Barebox cannot boot the recent mainline Linux kernels for the
i.MX21ADS board anymore when using TFTP, because the heap is too
small.

This is solved by increasing the heapsize to 5Mbyte.


Signed-off-by: Jaccon Bastiaansen <jaccon.bastiaansen@gmail.com>
---
 arch/arm/configs/mx21ads_defconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/configs/mx21ads_defconfig b/arch/arm/configs/mx21ads_defconfig
index 52f84e1..175c229 100644
--- a/arch/arm/configs/mx21ads_defconfig
+++ b/arch/arm/configs/mx21ads_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_IMX21=y
 CONFIG_IMX_CLKO=y
 CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
 CONFIG_TEXT_BASE=0xc1000000
+CONFIG_MALLOC_SIZE=0x500000
 CONFIG_LONGHELP=y
 CONFIG_CMDLINE_EDITING=y
 CONFIG_AUTO_COMPLETE=y
-- 
1.7.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-29 21:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-29 21:48 [PATCH 1/1] Increase heapsize for i.MX21ADS board Jaccon Bastiaansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox