]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sh/lib/board.c
bd_info: remove bi_barudrate member from struct bd_info
[karo-tx-uboot.git] / arch / sh / lib / board.c
index 8498153d4ea3ec26ad4d8e77744cd9453be5e7f2..1eb7afb89e5ab7d57b14380781ecb4ad63357a90 100644 (file)
@@ -155,7 +155,6 @@ void sh_generic_init(void)
        bd->bi_sramstart = CONFIG_SYS_SRAM_BASE;
        bd->bi_sramsize = CONFIG_SYS_SRAM_SIZE;
 #endif
-       bd->bi_baudrate = CONFIG_BAUDRATE;
 
        for (init_fnc_ptr = init_sequence; *init_fnc_ptr; ++init_fnc_ptr) {
                WATCHDOG_RESET();