X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;ds=sidebyside;f=arch%2Farm%2Fcpu%2Farmv7%2Fam33xx%2Fboard.c;fp=arch%2Farm%2Fcpu%2Farmv7%2Fam33xx%2Fboard.c;h=e5c922af8a24de600db9f5b710476eb47b41cfd4;hb=7a5f71bc4056591574ea122ba58c55d14145eeb0;hp=28c16f8d02e34befedb6a9473dd1d24f782e7bd1;hpb=867f03040f771a95323925b569eaf3b911b9eb14;p=karo-tx-uboot.git diff --git a/arch/arm/cpu/armv7/am33xx/board.c b/arch/arm/cpu/armv7/am33xx/board.c index 28c16f8d02..e5c922af8a 100644 --- a/arch/arm/cpu/armv7/am33xx/board.c +++ b/arch/arm/cpu/armv7/am33xx/board.c @@ -224,7 +224,7 @@ void s_init(void) set_uart_mux_conf(); setup_clocks_for_console(); uart_soft_reset(); -#ifdef CONFIG_NOR_BOOT +#if defined(CONFIG_NOR_BOOT) || defined(CONFIG_QSPI_BOOT) gd->baudrate = CONFIG_BAUDRATE; serial_init(); gd->have_console = 1;