From: Tony Lindgren Date: Fri, 30 Apr 2010 19:57:15 +0000 (-0700) Subject: omap4: Fix multiboot with CONFIG_PM and CONFIG_ARCH_OMAP3 selected X-Git-Tag: v2.6.35-rc1~456^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82cd4adefe5a67870f2113498bdfe9350edd2078;p=pandora-kernel.git 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 --- Reading git-diff-tree failed