Skip to content
Snippets Groups Projects
Commit 82c4c645 authored by Andreas Bießmann's avatar Andreas Bießmann Committed by Albert ARIBAUD
Browse files

at91sam9263ek: remove unnecessary console_init_f


Signed-off-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
cc: Stelian Pop <stelian@popies.net>
parent 65c57550
No related branches found
No related tags found
No related merge requests found
...@@ -260,9 +260,6 @@ int board_early_init_f(void) ...@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment