u-boot/arch/arm/cpu/armv7/mx6
Stefan Agner 81c4eccb55 imx: mx6: fix USB bmode to use reserved value
Currently the bmode "usb" uses BOOT_CFG1 to 0x01, -which means
BOOT_CFG1[7:4] is set to b0000. According to Table 8-7 Boot
Device Selection this is NOR/OneNAND and not Reserved.

Use 0x10 which leads to b0001, which is a Reserved boot device.
With that the SoC reliably falls back to the serial loader.

Cc: Troy Kisky <troy.kisky@boundarydevices.com>
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Tested-by: Troy Kisky <troy.kisky@boundarydevices.com>
2016-10-04 19:31:23 +02:00
..
clock.c imx: mx6ull: update clock settings and CCM register map 2016-10-04 15:41:00 +02:00
ddr.c mx6: ddr: Allow changing REFSEL and REFR fields 2016-09-06 18:22:48 +02:00
Kconfig arm: imx: add i.MX6ULL 14x14 EVK board support 2016-10-04 15:42:07 +02:00
Makefile imx: hab: rework secure boot support for imx6 2015-10-30 15:20:57 +01:00
mp.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
soc.c imx: mx6: fix USB bmode to use reserved value 2016-10-04 19:31:23 +02:00