Re: [U-Boot] [PATCH] include: configs: Fix build warnings due to redefined

2017-04-11 Thread Tom Rini
On Tue, Apr 11, 2017 at 05:57:42PM +0200, Marek Vasut wrote: > On 04/11/2017 05:53 PM, suniel.spar...@gmail.com wrote: > > From: Suniel Mahesh > > > > Driver model for OMAP24XX and later Multichannel SPI master controller, > > if used, OMAP3 SPI configuration is set. > > The same configuration is

Re: [U-Boot] [PATCH] include: configs: Fix build warnings due to redefined

2017-04-11 Thread Marek Vasut
On 04/11/2017 05:53 PM, suniel.spar...@gmail.com wrote: > From: Suniel Mahesh > > Driver model for OMAP24XX and later Multichannel SPI master controller, > if used, OMAP3 SPI configuration is set. > The same configuration is defined in ti_armv7_omap.h, because > of redefinition, warnings are spil

[U-Boot] [PATCH] include: configs: Fix build warnings due to redefined

2017-04-11 Thread suniel . spartan
From: Suniel Mahesh Driver model for OMAP24XX and later Multichannel SPI master controller, if used, OMAP3 SPI configuration is set. The same configuration is defined in ti_armv7_omap.h, because of redefinition, warnings are spilled during build. Fixed warnings for AM335x SOC by using #ifndef di