mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
at91sam9263ek: remove unnecessary console_init_f
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> cc: Stelian Pop <stelian@popies.net>
This commit is contained in:
parent
65c575506d
commit
82c4c64526
1 changed files with 0 additions and 3 deletions
|
@ -260,9 +260,6 @@ int board_early_init_f(void)
|
||||||
|
|
||||||
int board_init(void)
|
int board_init(void)
|
||||||
{
|
{
|
||||||
/* Enable Ctrlc */
|
|
||||||
console_init_f();
|
|
||||||
|
|
||||||
/* arch number of AT91SAM9263EK-Board */
|
/* arch number of AT91SAM9263EK-Board */
|
||||||
gd->bd->bi_arch_number = MACH_TYPE_AT91SAM9263EK;
|
gd->bd->bi_arch_number = MACH_TYPE_AT91SAM9263EK;
|
||||||
/* adress of boot parameters */
|
/* adress of boot parameters */
|
||||||
|
|
Loading…
Add table
Reference in a new issue