Re: [U-Boot] [PATCH 10/11] ventana: auto-configure for IMX6Q vs IMX6DL

2014-04-23 Thread Tim Harvey
On Wed, Apr 23, 2014 at 10:31 AM, Stefano Babic wrote: > > On 03/04/2014 08:01, Tim Harvey wrote: > > use the new iomux function and a macro to create a multi-dimensional array > > of iomux values without duplicating the defintions. > > > > Signed-off-by: Tim Harvey > > --- > > board/gateworks/g

Re: [U-Boot] [PATCH 10/11] ventana: auto-configure for IMX6Q vs IMX6DL

2014-04-23 Thread Stefano Babic
On 03/04/2014 08:01, Tim Harvey wrote: > use the new iomux function and a macro to create a multi-dimensional array > of iomux values without duplicating the defintions. > > Signed-off-by: Tim Harvey > --- > board/gateworks/gw_ventana/gw_ventana.c | 497 > > 1 f

[U-Boot] [PATCH 10/11] ventana: auto-configure for IMX6Q vs IMX6DL

2014-04-02 Thread Tim Harvey
use the new iomux function and a macro to create a multi-dimensional array of iomux values without duplicating the defintions. Signed-off-by: Tim Harvey --- board/gateworks/gw_ventana/gw_ventana.c | 497 1 file changed, 316 insertions(+), 181 deletions(-) diff -