Re: [U-Boot] [PATCH v1 1/2] imx: fix USB boot mode detection for i.MX 6UL and 6ULL

2017-08-29 Thread Stefano Babic
Hi Stefan, On 16/08/2017 02:49, Stefan Agner wrote: > From: Stefan Agner > > Add the reserved boot mode used in the bmode command for i.MX 6UL > and 6ULL as introduced in commit 3fd9579085fa ("imx: mx6ull: fix USB > bmode for i.MX 6UL and 6ULL"). > > Also replace

Re: [U-Boot] [PATCH v1 1/2] imx: fix USB boot mode detection for i.MX 6UL and 6ULL

2017-08-26 Thread Jagan Teki
On Sat, Aug 26, 2017 at 12:58 PM, Sébastien Szymanski wrote: > Hello, > >> >> On 25 Aug 2017, at 13:32, Stefano Babic wrote: >> >> On 16/08/2017 02:49, Stefan Agner wrote: >>> From: Stefan Agner >>> >>> Add the reserved

Re: [U-Boot] [PATCH v1 1/2] imx: fix USB boot mode detection for i.MX 6UL and 6ULL

2017-08-26 Thread Sébastien Szymanski
Hello, > > On 25 Aug 2017, at 13:32, Stefano Babic wrote: > > On 16/08/2017 02:49, Stefan Agner wrote: >> From: Stefan Agner >> >> Add the reserved boot mode used in the bmode command for i.MX 6UL >> and 6ULL as introduced in commit 3fd9579085fa

Re: [U-Boot] [PATCH v1 1/2] imx: fix USB boot mode detection for i.MX 6UL and 6ULL

2017-08-25 Thread Stefano Babic
On 16/08/2017 02:49, Stefan Agner wrote: > From: Stefan Agner > > Add the reserved boot mode used in the bmode command for i.MX 6UL > and 6ULL as introduced in commit 3fd9579085fa ("imx: mx6ull: fix USB > bmode for i.MX 6UL and 6ULL"). > > Also replace BMODE_UART with

[U-Boot] [PATCH v1 1/2] imx: fix USB boot mode detection for i.MX 6UL and 6ULL

2017-08-15 Thread Stefan Agner
From: Stefan Agner Add the reserved boot mode used in the bmode command for i.MX 6UL and 6ULL as introduced in commit 3fd9579085fa ("imx: mx6ull: fix USB bmode for i.MX 6UL and 6ULL"). Also replace BMODE_UART with BMODE_RESERVED, which is more appropriate. Commit