]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/mips/lib/board.c
bd_info: remove bi_barudrate member from struct bd_info
[karo-tx-uboot.git] / arch / mips / lib / board.c
index 3200d87e30ae623267541949336118081885ab52..3feb02071209b1e959d8ca1706e03be7928f7caf 100644 (file)
@@ -204,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));