
Hi Bin,
On 17 February 2016 at 14:23, Bin Meng bmeng.cn@gmail.com wrote:
Hi Jagan,
On Mon, Feb 15, 2016 at 4:49 AM, Jagan Teki jteki@openedev.com wrote:
CONFIG_SPI_FLASH_ATMEL CONFIG_SPI_FLASH_EON CONFIG_SPI_FLASH_GIGADEVICE CONFIG_SPI_FLASH_ISSI
All these configs are grouped in CONFIG_SPI_NOR_MISC
So these 4 configs are no longer needed? But I see they are still in the x86 config files, like the one we discussed here [1]. Should we remove them?
I have updated them as well, in all x86 files too.
diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig index dfc6b0f..2ebee29 100644 (file) --- a/configs/crownbay_defconfig +++ b/configs/crownbay_defconfig @@ -20,7 +20,7 @@ CONFIG_OF_CONTROL=y CONFIG_CPU=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_M25P80=y -CONFIG_SPI_FLASH_GIGADEVICE=y +CONFIG_SPI_NOR_MISC=y CONFIG_SPI_NOR_MACRONIX=y CONFIG_SPI_NOR_SST=y CONFIG_SPI_NOR_WINBOND=y
Cc: Simon Glass sjg@chromium.org Cc: Bin Meng bmeng.cn@gmail.com Cc: Mugunthan V N mugunthanvnm@ti.com Cc: Michal Simek michal.simek@xilinx.com Cc: Siva Durga Prasad Paladugu sivadur@xilinx.com Signed-off-by: Jagan Teki jteki@openedev.com
thanks!