diff options
Diffstat (limited to 'arch/arm/mach-at91/board-csb637.c')
-rw-r--r-- | arch/arm/mach-at91/board-csb637.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/mach-at91/board-csb637.c b/arch/arm/mach-at91/board-csb637.c index f650bf39455d..7c8b05a57d7f 100644 --- a/arch/arm/mach-at91/board-csb637.c +++ b/arch/arm/mach-at91/board-csb637.c | |||
@@ -44,12 +44,6 @@ static void __init csb637_init_early(void) | |||
44 | { | 44 | { |
45 | /* Initialize processor: 3.6864 MHz crystal */ | 45 | /* Initialize processor: 3.6864 MHz crystal */ |
46 | at91_initialize(3686400); | 46 | at91_initialize(3686400); |
47 | |||
48 | /* DBGU on ttyS0. (Rx & Tx only) */ | ||
49 | at91_register_uart(0, 0, 0); | ||
50 | |||
51 | /* make console=ttyS0 (ie, DBGU) the default */ | ||
52 | at91_set_serial_console(0); | ||
53 | } | 47 | } |
54 | 48 | ||
55 | static struct macb_platform_data __initdata csb637_eth_data = { | 49 | static struct macb_platform_data __initdata csb637_eth_data = { |
@@ -118,6 +112,8 @@ static void __init csb637_board_init(void) | |||
118 | /* LED(s) */ | 112 | /* LED(s) */ |
119 | at91_gpio_leds(csb_leds, ARRAY_SIZE(csb_leds)); | 113 | at91_gpio_leds(csb_leds, ARRAY_SIZE(csb_leds)); |
120 | /* Serial */ | 114 | /* Serial */ |
115 | /* DBGU on ttyS0. (Rx & Tx only) */ | ||
116 | at91_register_uart(0, 0, 0); | ||
121 | at91_add_device_serial(); | 117 | at91_add_device_serial(); |
122 | /* Ethernet */ | 118 | /* Ethernet */ |
123 | at91_add_device_eth(&csb637_eth_data); | 119 | at91_add_device_eth(&csb637_eth_data); |