mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
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>
This commit is contained in:
parent
69f6a27bf4
commit
e8729dda3f
2 changed files with 0 additions and 9 deletions
|
@ -318,9 +318,6 @@ void __init at91sam9x5_initialize(void)
|
||||||
/* --------------------------------------------------------------------
|
/* --------------------------------------------------------------------
|
||||||
* AT91SAM9x5 devices (temporary before modification of code)
|
* AT91SAM9x5 devices (temporary before modification of code)
|
||||||
* -------------------------------------------------------------------- */
|
* -------------------------------------------------------------------- */
|
||||||
void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {}
|
|
||||||
void __init at91_set_serial_console(unsigned portnr) {}
|
|
||||||
|
|
||||||
void __init at91_add_device_nand(struct atmel_nand_data *data) {}
|
void __init at91_add_device_nand(struct atmel_nand_data *data) {}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------
|
/* --------------------------------------------------------------------
|
||||||
|
|
|
@ -38,12 +38,6 @@ static void __init ek_init_early(void)
|
||||||
{
|
{
|
||||||
/* Initialize processor: 12.000 MHz crystal */
|
/* Initialize processor: 12.000 MHz crystal */
|
||||||
at91_initialize(12000000);
|
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 */
|
/* det_pin is not connected */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue