omap4: Fix multiboot with CONFIG_PM and CONFIG_ARCH_OMAP3 selected
authorTony Lindgren <tony@atomide.com>
Fri, 30 Apr 2010 19:57:15 +0000 (12:57 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 4 May 2010 20:19:16 +0000 (13:19 -0700)
commit82cd4adefe5a67870f2113498bdfe9350edd2078
tree2869a2bf74ead9022d3169d54c15047a0e6c6d1c
parentdee5f8285e6300f34054afd39c9406fc2f709362
omap4: Fix multiboot with CONFIG_PM and CONFIG_ARCH_OMAP3 selected

We cannot use the omap34xx_sram_init(). It needs to be implemented
for omap4. Otherwise we get an error and the system won't boot:

Unhandled fault: imprecise external abort (0x1406) at 0xea963e94
...

Fix this by adding a dummy omap44xx_sram_init().

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