Re: [U-Boot] [PATCH 1/5] mx6: imx-regs: Remove unused 'omux' field from iomux struct

2014-08-08 Thread Stefano Babic
On 01/08/2014 13:49, Fabio Estevam wrote: > From: Fabio Estevam > > 'omux' field is not used anywhere and such layout is not valid for mx6solox. > > Instead of adding more ifdef's into the structure, let's simply remove this > unused 'omux' field. > > Signed-off-by: Fabio Estevam > --- Appl

Re: [U-Boot] [PATCH 1/5] mx6: imx-regs: Remove unused 'omux' field from iomux struct

2014-08-05 Thread Stefano Babic
Hi Fabio, On 01/08/2014 13:49, Fabio Estevam wrote: > From: Fabio Estevam > > 'omux' field is not used anywhere and such layout is not valid for mx6solox. > > Instead of adding more ifdef's into the structure, let's simply remove this > unused 'omux' field. > > Signed-off-by: Fabio Estevam >

[U-Boot] [PATCH 1/5] mx6: imx-regs: Remove unused 'omux' field from iomux struct

2014-08-01 Thread Fabio Estevam
From: Fabio Estevam 'omux' field is not used anywhere and such layout is not valid for mx6solox. Instead of adding more ifdef's into the structure, let's simply remove this unused 'omux' field. Signed-off-by: Fabio Estevam --- arch/arm/include/asm/arch-mx6/imx-regs.h | 2 -- 1 file changed,