diff options
author | Magnus Damm <damm@opensource.se> | 2010-02-08 06:02:54 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-08 20:34:12 -0500 |
commit | 4ae04acb81256719a71125c0f0280e2a3ad68e25 (patch) | |
tree | 88f308d4dc70e3a196cedf3ba04781e0f7a4b138 /arch/arm/mach-shmobile/include | |
parent | 62f60d6a37910501814c6281e6c21b485434a7f1 (diff) |
ARM: mach-shmobile: early console support using earlyprintk
Add support for early console to the SH-Mobile boards.
Simply perform an early platform probe for "earlyprintk"
to trigger the early serial console code in sh-sci.c.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index a12eb4d75f63..f5986ea561f3 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define __ARCH_MACH_COMMON_H | 2 | #define __ARCH_MACH_COMMON_H |
3 | 3 | ||
4 | extern struct sys_timer shmobile_timer; | 4 | extern struct sys_timer shmobile_timer; |
5 | extern void shmobile_setup_console(void); | ||
5 | 6 | ||
6 | extern void sh7367_init_irq(void); | 7 | extern void sh7367_init_irq(void); |
7 | extern void sh7367_add_early_devices(void); | 8 | extern void sh7367_add_early_devices(void); |