]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/nvidia/common/board.c
arm: nvidia and smdk6400: use common code for machine type
[karo-tx-uboot.git] / board / nvidia / common / board.c
index 627e061798f60ccdbcf2e2cf10cafc3100651905..5eca5eb344b6307518ccef12650e87aa6cc2acf7 100644 (file)
@@ -66,7 +66,6 @@ int board_early_init_f(void)
  */
 int timer_init(void)
 {
-       reset_timer();
        return 0;
 }
 
@@ -319,8 +318,6 @@ int board_init(void)
 {
        /* boot param addr */
        gd->bd->bi_boot_params = (NV_PA_SDRAM_BASE + 0x100);
-       /* board id for Linux */
-       gd->bd->bi_arch_number = CONFIG_MACH_TYPE;
 
        return 0;
 }