Re: [U-Boot] [PATCH 2/2] configs: fsl: Move SPI/SPI-FLASH configs to defconfig

2016-09-22 Thread Jagan Teki
On Thu, Sep 22, 2016 at 1:49 PM, Peng Fan wrote: > On Thu, Sep 22, 2016 at 01:32:12AM +0530, Jagan Teki wrote: >>From: Jagan Teki >> >>Moved FSL_QSPI/SPI/SPI-FLASH configs from include/configs >>into respective used defconfigs. >>- CONFIG_FSL_QSPI >>-

Re: [U-Boot] [PATCH 2/2] configs: fsl: Move SPI/SPI-FLASH configs to defconfig

2016-09-22 Thread Peng Fan
On Thu, Sep 22, 2016 at 01:32:12AM +0530, Jagan Teki wrote: >From: Jagan Teki > >Moved FSL_QSPI/SPI/SPI-FLASH configs from include/configs >into respective used defconfigs. >- CONFIG_FSL_QSPI >- CONFIG_SPI_FLASH >- CONFIG_SPI_FLASH_BAR >- CONFIG_SPI_FLASH_STMICRO > >Cc:

[U-Boot] [PATCH 2/2] configs: fsl: Move SPI/SPI-FLASH configs to defconfig

2016-09-21 Thread Jagan Teki
From: Jagan Teki Moved FSL_QSPI/SPI/SPI-FLASH configs from include/configs into respective used defconfigs. - CONFIG_FSL_QSPI - CONFIG_SPI_FLASH - CONFIG_SPI_FLASH_BAR - CONFIG_SPI_FLASH_STMICRO Cc: Stefano Babic Cc: Peng Fan