]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/am33xx/board.c
am43xx_evm: Add qspiboot target
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / am33xx / board.c
index 28c16f8d02e34befedb6a9473dd1d24f782e7bd1..e5c922af8a24de600db9f5b710476eb47b41cfd4 100644 (file)
@@ -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;