]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/atmel/at91sam9261ek/at91sam9261ek.c
arm:at91-boards: remove console_init_f where unnecessary
[karo-tx-uboot.git] / board / atmel / at91sam9261ek / at91sam9261ek.c
index 47ab83967dc5122efb01cba059bb76a2c37bb1d0..d30a1eeef6937463d04544cb7feb82cbd00c1730 100644 (file)
@@ -242,9 +242,6 @@ void lcd_show_board_info(void)
 
 int board_init(void)
 {
-       /* Enable Ctrlc */
-       console_init_f();
-
 #ifdef CONFIG_AT91SAM9G10EK
        /* arch number of AT91SAM9G10EK-Board */
        gd->bd->bi_arch_number = MACH_TYPE_AT91SAM9G10EK;