Skip to content
  • Aneesh V's avatar
    omap: spl: fix build break due to changes in FAT · 2d01dd95
    Aneesh V authored
    
    
    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: default avatarAneesh V <aneesh@ti.com>
    Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
    2d01dd95