summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-apollon.c
diff options
context:
space:
mode:
authorPaul Walmsley2008-05-08 01:55:13 +0200
committerTony Lindgren2008-05-09 19:25:02 +0200
commitc8d2eb8e56b93c69a30793f19ac1bc784398fbd5 (patch)
tree00d7b78987af54d17f38806bce656735c92ffbf0 /arch/arm/mach-omap2/board-apollon.c
parentARM: OMAP: Update MMC header to fix compile (diff)
downloadkernel-qcow2-linux-c8d2eb8e56b93c69a30793f19ac1bc784398fbd5.tar.gz
kernel-qcow2-linux-c8d2eb8e56b93c69a30793f19ac1bc784398fbd5.tar.xz
kernel-qcow2-linux-c8d2eb8e56b93c69a30793f19ac1bc784398fbd5.zip
ARM: OMAP: Add calls to omap2_set_globals_*()
Add the omap2_set_globals_{242x,243x,343x}() functions. These functions are called early upon boot in the map_io() functions in the board-specific init files. This patch was accidentally left out of the earlier series. This fixes omap2 booting as noted by Kyungmin Park <kmpark@infradead.org>. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Kyungmin Park <kmpark@infradead.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-apollon.c')
-rw-r--r--arch/arm/mach-omap2/board-apollon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-omap2/board-apollon.c
index a1e1e6765b5b..620fa0f120ee 100644
--- a/arch/arm/mach-omap2/board-apollon.c
+++ b/arch/arm/mach-omap2/board-apollon.c
@@ -394,6 +394,7 @@ static void __init omap_apollon_init(void)
static void __init omap_apollon_map_io(void)
{
+ omap2_set_globals_242x();
omap2_map_common_io();
}