omap4: Remove 'FIXME: omap44xx_sram_init not implemented'
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Wed, 16 Feb 2011 19:37:14 +0000 (11:37 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 16 Feb 2011 19:37:14 +0000 (11:37 -0800)
commitbaefdce9208b7686d11e92f75e4d29c725d1a4e8
tree4832f276a08960f1c0ccef63c70db0e5645a7d4b
parent1f0f9c7b9037d32da69d700c5ac5082bcc2fc1e4
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