aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-g3evm.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2010-02-08 11:02:54 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-02-09 10:34:12 +0900
commit4ae04acb81256719a71125c0f0280e2a3ad68e25 (patch)
tree88f308d4dc70e3a196cedf3ba04781e0f7a4b138 /arch/arm/mach-shmobile/board-g3evm.c
parent62f60d6a37910501814c6281e6c21b485434a7f1 (diff)
downloadkernel_samsung_smdk4412-4ae04acb81256719a71125c0f0280e2a3ad68e25.zip
kernel_samsung_smdk4412-4ae04acb81256719a71125c0f0280e2a3ad68e25.tar.gz
kernel_samsung_smdk4412-4ae04acb81256719a71125c0f0280e2a3ad68e25.tar.bz2
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.c3
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 b4b2027..eba2311 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)