OSDN Git Service

ARM: OMAP: Fix SRAM to use MT_MEMORY instead of MT_DEVICE
authorTony Lindgren <tony@atomide.com>
Mon, 26 Jun 2006 23:16:24 +0000 (16:16 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Jun 2006 23:16:24 +0000 (16:16 -0700)
commitce2deca27acc761ab90a0e79bd31d6816df38960
treec5c6e2c6b192592593c4787c42d6320671cc2fc3
parent83379c81f6f05a6e80db66ae33378feb4cbca6b3
ARM: OMAP: Fix SRAM to use MT_MEMORY instead of MT_DEVICE

MT_MEMORY is needed in order to execute code in SRAM. Also
need to use section mapping.

Based on a patch by Richard Woodruff.

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