]> git.baikalelectronics.ru Git - kernel.git/commit
omap4: Remove 'FIXME: omap44xx_sram_init not implemented'
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Thu, 17 Feb 2011 17:55:03 +0000 (09:55 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 17 Feb 2011 17:55:03 +0000 (09:55 -0800)
commit305f3b9c43b62b57297522d6dfb6b88d2164e861
tree6646560dffd072cb1efa511d5eaea7784688bdfc
parentd8802b58fb16a6e32813d100cab2dd06a2a29b85
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