]> code.ossystems Code Review - bsp/u-boot.git/commit
imx: mx6ull: fix USB bmode for i.MX 6UL and 6ULL
authorStefan Agner <stefan.agner@toradex.com>
Fri, 9 Jun 2017 20:13:12 +0000 (13:13 -0700)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Jul 2017 12:05:01 +0000 (09:05 -0300)
commit2fd787812437590f617156050a92b4dd32a5a356
tree77c5cf0311e6658708ef25ccfbb178ca8d61e21d
parent5c72de61527b68cf3073d601a1d5b79fcac6e567
imx: mx6ull: fix USB bmode for i.MX 6UL and 6ULL

i.MX 6UL and 6ULL have different boot device capabilities and
use therefor use a different boot device selection table than
other i.MX 6 devices. Particularly, the value which has been
used so far (b0001) is assigned to QSPI boot for these two
devices.

There is no common reserved value for all i.MX 6devices. Use
b0010 for i.MX 6UL and 6ULL via compile time ifdef.

Reported-by: Joël Esponde <joel.esponde@honeywell.com>
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Tested-by: Joël Esponde <joel.esponde@honeywell.com>
arch/arm/cpu/armv7/mx6/soc.c