diff options
author | Tony Lindgren <tony@atomide.com> | 2011-10-04 16:52:57 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-10-19 19:34:10 -0400 |
commit | a66cb3454f220f49f900646ebdc76cb943319eb7 (patch) | |
tree | bc5f79989a037e3b3d0b067bc9cac9868291b490 /arch/arm/plat-omap/include | |
parent | fee926bb0d399b1eaaf38f9f694bbf2747c4b8a2 (diff) |
ARM: OMAP: Map SRAM later on with ioremap_exec()
This allows us to remove omap hacks for map_io.
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include')
-rw-r--r-- | arch/arm/plat-omap/include/plat/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/common.h b/arch/arm/plat-omap/include/plat/common.h index 5eac3553f96d..ed85720c59c7 100644 --- a/arch/arm/plat-omap/include/plat/common.h +++ b/arch/arm/plat-omap/include/plat/common.h | |||
@@ -55,6 +55,8 @@ void am35xx_init_early(void); | |||
55 | void ti816x_init_early(void); | 55 | void ti816x_init_early(void); |
56 | void omap4430_init_early(void); | 56 | void omap4430_init_early(void); |
57 | 57 | ||
58 | void omap_sram_init(void); | ||
59 | |||
58 | /* | 60 | /* |
59 | * IO bases for various OMAP processors | 61 | * IO bases for various OMAP processors |
60 | * Except the tap base, rest all the io bases | 62 | * Except the tap base, rest all the io bases |