Re: [U-Boot] [PATCH 4/5] x86: Kconfig: Move DM_SPI & DM_SPI_FLASH to arch/Kconfig

2015-04-28 Thread Simon Glass
On 28 April 2015 at 08:12, Simon Glass wrote: > On 27 April 2015 at 09:22, Bin Meng wrote: >> Since all x86 boards have been converted to use DM_SPI and >> DM_SPI_FLASH, move them to arch/Kconfig x86 section. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/Kconfig | 2 ++ >> arch/x86/Kconfi

Re: [U-Boot] [PATCH 4/5] x86: Kconfig: Move DM_SPI & DM_SPI_FLASH to arch/Kconfig

2015-04-28 Thread Simon Glass
On 27 April 2015 at 09:22, Bin Meng wrote: > Since all x86 boards have been converted to use DM_SPI and > DM_SPI_FLASH, move them to arch/Kconfig x86 section. > > Signed-off-by: Bin Meng > --- > > arch/Kconfig | 2 ++ > arch/x86/Kconfig | 6 -- > 2 files changed, 2 insertions(+), 6 delet

[U-Boot] [PATCH 4/5] x86: Kconfig: Move DM_SPI & DM_SPI_FLASH to arch/Kconfig

2015-04-27 Thread Bin Meng
Since all x86 boards have been converted to use DM_SPI and DM_SPI_FLASH, move them to arch/Kconfig x86 section. Signed-off-by: Bin Meng --- arch/Kconfig | 2 ++ arch/x86/Kconfig | 6 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/arch/Kconfig b/arch/Kconfig index 1102