Re: [U-Boot] [PATCH v2 1/4] mxs: Remove not required explicit iomux-mx28.h include

2012-08-15 Thread Stefano Babic
On 13/08/2012 21:53, Otavio Salvador wrote: > The iomux header is included on sys_proto.h so to avoid SoC specific > header inclusion. > > Signed-off-by: Otavio Salvador > --- > Changes in v2: > - no changes > > arch/arm/cpu/arm926ejs/mxs/spl_boot.c |1 - > 1 file changed, 1 deletion(-) >

Re: [U-Boot] [PATCH v2 1/4] mxs: Remove not required explicit iomux-mx28.h include

2012-08-13 Thread Marek Vasut
Dear Otavio Salvador, > The iomux header is included on sys_proto.h so to avoid SoC specific > header inclusion. > > Signed-off-by: Otavio Salvador Acked-by: Marek Vasut Stefano, can you please apply? Best regards, Marek Vasut ___ U-Boot mailing li

[U-Boot] [PATCH v2 1/4] mxs: Remove not required explicit iomux-mx28.h include

2012-08-13 Thread Otavio Salvador
The iomux header is included on sys_proto.h so to avoid SoC specific header inclusion. Signed-off-by: Otavio Salvador --- Changes in v2: - no changes arch/arm/cpu/arm926ejs/mxs/spl_boot.c |1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/cpu/arm926ejs/mxs/spl_boot.c b/arch/arm/cpu