omap4: Remove 'FIXME: omap44xx_sram_init not implemented'
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Sat, 12 Feb 2011 11:29:47 +0000 (11:29 +0000)
committerTony Lindgren <tony@atomide.com>
Mon, 14 Feb 2011 23:57:25 +0000 (15:57 -0800)
commit330faddf85aceecfcfb079326c0e1a5c78e8b926
tree0878256d8ddc0db76c526d2f394bd71a938bb78f
parent5a8cefa5cf75d605ad24a0af1433d9bb74a61623
omap4: Remove 'FIXME: omap44xx_sram_init not implemented'

The omap44xx_sram_init() implements functionality to push some
code on SRAM whenever the code can't be executed from external
memory. The low power and DVFS code can be executed from
external DDR itself thanks to OMAP4  memory controller hardware
support. So on OMAP4, sram_push kind of functionality isn't needed.

Hence remove the FIXME warning added for implementing sram push
feature on OMAP4.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/sram.c