]> git.sur5r.net Git - u-boot/blobdiff - board/ti/am335x/board.c
spl: ti: Avoid serial calls when serial support is disabled
[u-boot] / board / ti / am335x / board.c
index c33bf58ddcba9199913be5fcd7110c4dbdaa368a..896b9b63bbb865bc4eb0ea8faa640119a466dd00 100644 (file)
@@ -243,9 +243,11 @@ static struct emif_regs ddr3_icev2_emif_reg_data = {
 #ifdef CONFIG_SPL_OS_BOOT
 int spl_start_uboot(void)
 {
+#ifdef CONFIG_SPL_SERIAL_SUPPORT
        /* break into full u-boot on 'c' */
        if (serial_tstc() && serial_getc() == 'c')
                return 1;
+#endif
 
 #ifdef CONFIG_SPL_ENV_SUPPORT
        env_init();