u-boot-brain/arch/arm/cpu/armv7/omap-common
Aneesh V 2d01dd953a 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>
2011-10-27 21:56:35 +02:00
..
config.mk ARMV7: Add basic support for TI OMAP4 2010-07-05 20:00:00 -04:00
gpio.c omap: gpio: Use generic API 2011-09-13 08:25:15 +02:00
Makefile omap-common: reorganize spl.c 2011-09-30 22:00:55 +02:00
reset.S ARMV7: OMAP3: Fix broken reset command on OMAP36XX/37XX and OMAP4 2010-09-08 14:51:18 -04:00
spl_mmc.c Move timestamp and version files into 'generated' subdir 2011-10-17 23:57:00 +02:00
spl_nand.c Move timestamp and version files into 'generated' subdir 2011-10-17 23:57:00 +02:00
spl.c omap: spl: fix build break due to changes in FAT 2011-10-27 21:56:35 +02:00
timer.c Timer: Remove reset_timer_masked() 2011-07-26 14:54:15 +02:00
u-boot-spl.lds omap: add basic SPL support 2011-08-03 12:49:20 +02:00
utils.c omap4: calculate EMIF register values 2011-08-03 12:49:19 +02:00