summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/board-dt.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-02-05 18:54:46 (GMT)
committerNicolas Ferre <nicolas.ferre@atmel.com>2012-02-23 13:58:00 (GMT)
commite8729dda3fb0f99c1353d32b7cc88384e3d9124b (patch)
tree983d329df991cdcbef4a268a39e80c82e5545754 /arch/arm/mach-at91/board-dt.c
parent69f6a27bf4c86e986964100e560d991a8de03833 (diff)
downloadlinux-fsl-qoriq-e8729dda3fb0f99c1353d32b7cc88384e3d9124b.tar.xz
ARM: at91/board-dt: drop default console
This default console mechanism is not used if the console is selected by command line (console= parameter). Dropping this will simplify the compilation of multiple SoC in the same kernel image. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/board-dt.c')
-rw-r--r--arch/arm/mach-at91/board-dt.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-at91/board-dt.c b/arch/arm/mach-at91/board-dt.c
index 0579315..08c8ad8 100644
--- a/arch/arm/mach-at91/board-dt.c
+++ b/arch/arm/mach-at91/board-dt.c
@@ -38,12 +38,6 @@ static void __init ek_init_early(void)
{
/* Initialize processor: 12.000 MHz crystal */
at91_initialize(12000000);
-
- /* DGBU on ttyS0. (Rx & Tx only) */
- at91_register_uart(0, 0, 0);
-
- /* set serial console to ttyS0 (ie, DBGU) */
- at91_set_serial_console(0);
}
/* det_pin is not connected */