]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/mx6/soc.c
imx: mx6: fix USB bmode to use reserved value
[u-boot] / arch / arm / cpu / armv7 / mx6 / soc.c
index bc3e634bb5d6c31e946e66e5115a7de07a0f34ab..09f2b0254a2814e209f26cfd3c93efa69008a467 100644 (file)
@@ -514,7 +514,7 @@ void imx_get_mac_from_fuse(int dev_id, unsigned char *mac)
 const struct boot_mode soc_boot_modes[] = {
        {"normal",      MAKE_CFGVAL(0x00, 0x00, 0x00, 0x00)},
        /* reserved value should start rom usb */
-       {"usb",         MAKE_CFGVAL(0x01, 0x00, 0x00, 0x00)},
+       {"usb",         MAKE_CFGVAL(0x10, 0x00, 0x00, 0x00)},
        {"sata",        MAKE_CFGVAL(0x20, 0x00, 0x00, 0x00)},
        {"ecspi1:0",    MAKE_CFGVAL(0x30, 0x00, 0x00, 0x08)},
        {"ecspi1:1",    MAKE_CFGVAL(0x30, 0x00, 0x00, 0x18)},