
-----Message d'origine----- De : Fabio Estevam [mailto:festevam@gmail.com] Envoyé : samedi 10 juin 2017 00:10 À : Stefan Agner stefan@agner.ch; Esponde, Joel Joel.Esponde@Honeywell.com Cc : Stefano Babic sbabic@denx.de; Fabio Estevam fabio.estevam@nxp.com; Stefan Agner stefan.agner@toradex.com; U- Boot-Denx u-boot@lists.denx.de Objet : Re: [U-Boot] [PATCH] imx: mx6ull: fix USB bmode for i.MX 6UL and 6ULL
On Fri, Jun 9, 2017 at 5:13 PM, Stefan Agner stefan@agner.ch wrote:
From: Stefan Agner stefan.agner@toradex.com
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
Thanks for the patch.
Joël, could you please test it and reply with your Tested-by?
Thanks
Tested-by: Joël Esponde joel.esponde@honeywell.com
PS: I tested the patch with an iMX6UL and a QSPI flash.