]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-imx/spl.c
imx: fix USB boot mode detection for i.MX 6UL and 6ULL
[people/ms/u-boot.git] / arch / arm / mach-imx / spl.c
index 75698c48ea608afcadbec6b0167a960677a88ec5..836b334fa99eee15e6966b891b2dc2645a93398e 100644 (file)
@@ -42,7 +42,7 @@ u32 spl_boot_device(void)
                break;
                }
        /* Reserved: Used to force Serial Downloader */
-       case IMX6_BMODE_UART:
+       case IMX6_BMODE_RESERVED:
                return BOOT_DEVICE_UART;
        /* SATA: See 8.5.4, Table 8-20 */
        case IMX6_BMODE_SATA: