Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-29 Thread stefano babic
Am 29/04/2012 20:24, schrieb Eric Nelson: > On 04/29/2012 07:59 AM, Stefano Babic wrote: >> On 26/04/2012 02:14, Eric Nelson wrote: >>> Uses the 'magic_keys' idiom as described in doc/README.kbd: >>> http://lists.denx.de/pipermail/u-boot/2012-April/122502.html >>> >>> Signed-off-by: Eric Nelson

Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-29 Thread Eric Nelson
On 04/29/2012 07:59 AM, Stefano Babic wrote: On 26/04/2012 02:14, Eric Nelson wrote: Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html Signed-off-by: Eric Nelson Acked-by: Marek Vasut --- Applied after rebasing on

Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-29 Thread Stefano Babic
On 26/04/2012 02:14, Eric Nelson wrote: > Uses the 'magic_keys' idiom as described in doc/README.kbd: > http://lists.denx.de/pipermail/u-boot/2012-April/122502.html > > Signed-off-by: Eric Nelson > Acked-by: Marek Vasut > --- Applied after rebasing on current u-boot-imx, thanks. Best reg

Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-29 Thread Stefano Babic
On 26/04/2012 12:12, Marek Vasut wrote: > Dear Eric Nelson, > >> On 04/25/2012 05:17 PM, Marek Vasut wrote: >>> Dear Eric Nelson, >>> Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html >>> >>> If this is a V2 of a p

Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-26 Thread Marek Vasut
Dear Eric Nelson, > On 04/25/2012 05:17 PM, Marek Vasut wrote: > > Dear Eric Nelson, > > > >> Uses the 'magic_keys' idiom as described in doc/README.kbd: > >>http://lists.denx.de/pipermail/u-boot/2012-April/122502.html > > > > If this is a V2 of a patch, please send is as "in-reply-to" and d

Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-25 Thread Eric Nelson
On 04/25/2012 05:17 PM, Marek Vasut wrote: Dear Eric Nelson, Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html If this is a V2 of a patch, please send is as "in-reply-to" and descibe the changes below (at spot mar

Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-25 Thread Marek Vasut
Dear Eric Nelson, > Uses the 'magic_keys' idiom as described in doc/README.kbd: > http://lists.denx.de/pipermail/u-boot/2012-April/122502.html If this is a V2 of a patch, please send is as "in-reply-to" and descibe the changes below (at spot marked V2 (and V3 etc))... Also, change the key

[U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-25 Thread Eric Nelson
Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html Signed-off-by: Eric Nelson Acked-by: Marek Vasut --- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 122 - include/configs/mx6qsabrelite.h