]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/calao/tny_a9260/tny_a9260.c
arm:at91-boards: remove console_init_f where unnecessary
[karo-tx-uboot.git] / board / calao / tny_a9260 / tny_a9260.c
index ab51a335a0263a27f422a51c56e4891c07b18a8f..86e7e65caf88648722641f16e4c49e0e077f3509 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2007-2008
- * Stelian Pop <stelian.pop@leadtechdesign.com>
+ * Stelian Pop <stelian@popies.net>
  * Lead Tech Design <www.leadtechdesign.com>
  *
  * Copyright (C) 2009
@@ -83,14 +83,6 @@ static void tny_a9260_nand_hw_init(void)
 
 int board_init(void)
 {
-       /* Enable Ctrlc */
-       console_init_f();
-
-#if defined(CONFIG_TNY_A9260)
-       gd->bd->bi_arch_number = MACH_TYPE_TNY_A9260;
-#elif defined(CONFIG_TNY_A9G20)
-       gd->bd->bi_arch_number = MACH_TYPE_TNY_A9G20;
-#endif
        /* adress of boot parameters */
        gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;