summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAneesh V <aneesh@ti.com>2011-10-21 12:29:34 -0400
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:35 +0200
commit2d01dd953a269e5fc27e04cb8571e0d8d81c7c4a (patch)
treea11c87dc6b9a6cad090a01455cb6269f39eaa0ee /common
parentcc3f7058435c94acaaf9111340437a0a4c018de6 (diff)
downloadtalos-obmc-uboot-2d01dd953a269e5fc27e04cb8571e0d8d81c7c4a.tar.gz
talos-obmc-uboot-2d01dd953a269e5fc27e04cb8571e0d8d81c7c4a.zip
omap: spl: fix build break due to changes in FAT
FAT library now uses malloc() and free(). But SPL doesn't have heap until now. Setup a heap in SDRAM to fix this issue. However this increases SPL footprint beyond the available SRAM budget. So, compile out some fancy features in the SDARM init bring back footprint under control CC: Sandeep Paulraj <s-paulraj@ti.com> CC: Wolfgang Denk <wd@denx.de> Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'common')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index ae795e0d55..1b672ad96e 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -187,6 +187,7 @@ COBJS-$(CONFIG_USB_KEYBOARD) += usb_kbd.o
endif
COBJS-y += console.o
+COBJS-y += dlmalloc.o
COBJS-y += memsize.o
COBJS-y += stdio.o
OpenPOWER on IntegriCloud