diff options
author | Magnus Damm <damm@opensource.se> | 2010-02-08 14:02:54 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-09 04:34:12 +0300 |
commit | 4ae04acb81256719a71125c0f0280e2a3ad68e25 (patch) | |
tree | 88f308d4dc70e3a196cedf3ba04781e0f7a4b138 /arch/arm/mach-shmobile/board-g3evm.c | |
parent | 62f60d6a37910501814c6281e6c21b485434a7f1 (diff) | |
download | linux-4ae04acb81256719a71125c0f0280e2a3ad68e25.tar.xz |
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/board-g3evm.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-g3evm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-g3evm.c b/arch/arm/mach-shmobile/board-g3evm.c index b4b202718e4d..eba2311beba2 100644 --- a/arch/arm/mach-shmobile/board-g3evm.c +++ b/arch/arm/mach-shmobile/board-g3evm.c @@ -105,9 +105,10 @@ static void __init g3evm_map_io(void) { iotable_init(g3evm_io_desc, ARRAY_SIZE(g3evm_io_desc)); - /* setup early devices and clocks here as well */ + /* setup early devices, clocks and console here as well */ sh7367_add_early_devices(); sh7367_clock_init(); + shmobile_setup_console(); } static void __init g3evm_init(void) |