Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[oweals/u-boot.git] / arch / mips / lib / board.c
index 317c8258de9998ca459fccd9b80feae5d629208e..3feb02071209b1e959d8ca1706e03be7928f7caf 100644 (file)
@@ -103,9 +103,6 @@ init_fnc_t *init_sequence[] = {
        board_early_init_f,
        timer_init,
        env_init,               /* initialize environment */
-#ifdef CONFIG_INCA_IP
-       incaip_set_cpuclk,      /* set cpu clock according to env. variable */
-#endif
        init_baudrate,          /* initialize baudrate settings */
        serial_init,            /* serial communications setup */
        console_init_f,
@@ -207,7 +204,6 @@ void board_init_f(ulong bootflag)
         */
        bd->bi_memstart = CONFIG_SYS_SDRAM_BASE;        /* start of DRAM */
        bd->bi_memsize  = gd->ram_size;         /* size of DRAM in bytes */
-       bd->bi_baudrate = gd->baudrate;         /* Console Baudrate */
 
        memcpy(id, (void *)gd, sizeof(gd_t));