commit | c914283f5e5f55ddf770b8632a5e65e5aa24343e | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Thu Apr 26 10:05:15 2012 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Sat May 05 14:20:34 2012 +0800 |
tree | 052aeba7e4539243d0704ce0fcc24945e0a1e11c | |
parent | 3aa3e8407ae9023c5ff59bf5c81fc2553c31eb70 [diff] [blame] |
ARM: ep93xx: use machine specific hook for late init Cc: Ryan Mallon <rmallon@gmail.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c index 8d25895..365a90b 100644 --- a/arch/arm/mach-ep93xx/core.c +++ b/arch/arm/mach-ep93xx/core.c
@@ -904,3 +904,8 @@ while (1) ; } + +void __init ep93xx_init_late(void) +{ + crunch_init(); +}