Home
last modified time | relevance | path

Searched hist:"2 d01dd953a269e5fc27e04cb8571e0d8d81c7c4a" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/
H A DMakefile2d01dd953a269e5fc27e04cb8571e0d8d81c7c4a Fri Oct 21 16:29:34 UTC 2011 Aneesh V <aneesh@ti.com> 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>