Re: [U-Boot] [PATCH 06/14] sandbox: Move CONFIG_SPI_FLASH_SANDBOX to Kconfig

2015-04-08 Thread Simon Glass
On 6 March 2015 at 13:19, Simon Glass wrote: > Move this over to Kconfig and tidy up. > > Signed-off-by: Simon Glass > --- > > configs/sandbox_defconfig | 1 + > drivers/mtd/spi/Kconfig | 10 ++ > drivers/spi/Kconfig | 2 +- > include/configs/sandbox.h | 1 - > 4 files changed

[U-Boot] [PATCH 06/14] sandbox: Move CONFIG_SPI_FLASH_SANDBOX to Kconfig

2015-03-09 Thread Simon Glass
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass --- configs/sandbox_defconfig | 1 + drivers/mtd/spi/Kconfig | 10 ++ drivers/spi/Kconfig | 2 +- include/configs/sandbox.h | 1 - 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/configs/sandbox