[U-Boot] [PATCH v6 65/76] configs: Use CONFIG_SPI_NOR_MISC

Jagan Teki jteki at openedev.com
Wed Feb 17 10:05:54 CET 2016


Hi Bin,

On 17 February 2016 at 14:23, Bin Meng <bmeng.cn at gmail.com> wrote:
> Hi Jagan,
>
> On Mon, Feb 15, 2016 at 4:49 AM, Jagan Teki <jteki at 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 at chromium.org>
>> Cc: Bin Meng <bmeng.cn at gmail.com>
>> Cc: Mugunthan V N <mugunthanvnm at ti.com>
>> Cc: Michal Simek <michal.simek at xilinx.com>
>> Cc: Siva Durga Prasad Paladugu <sivadur at xilinx.com>
>> Signed-off-by: Jagan Teki <jteki at openedev.com>
>> ---
>
> [1] http://patchwork.ozlabs.org/patch/549644/

thanks!
-- 
Jagan.


More information about the U-Boot mailing list