[U-Boot] [PATCH v2 20/22] x86: kconfig: Let board select SPI flash

Bin Meng bmeng.cn at gmail.com
Tue Aug 1 12:24:05 UTC 2017


On Tue, Aug 1, 2017 at 5:12 PM, Simon Glass <sjg at chromium.org> wrote:
> On 30 July 2017 at 07:23, Bin Meng <bmeng.cn at gmail.com> wrote:
>> Only a specific type of SPI flash exists on a board, having board
>> Kconfig to select the SPI flash seems to make more sense. Other
>> flash types are not necessary except coreboot, which implies all
>> available flash drivers there.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>> Changes in v2: None
>>
>>  board/advantech/som-db5800-som-6867/Kconfig             |  1 +
>>  board/congatec/conga-qeval20-qa3-e3845/Kconfig          |  1 +
>>  board/coreboot/coreboot/Kconfig                         | 11 +++++++++++
>>  board/dfi/dfi-bt700/Kconfig                             |  1 +
>>  board/google/chromebook_link/Kconfig                    |  1 +
>>  board/google/chromebook_samus/Kconfig                   |  1 +
>>  board/google/chromebox_panther/Kconfig                  |  1 +
>>  board/intel/bayleybay/Kconfig                           |  1 +
>>  board/intel/cougarcanyon2/Kconfig                       |  1 +
>>  board/intel/crownbay/Kconfig                            |  1 +
>>  board/intel/galileo/Kconfig                             |  1 +
>>  board/intel/minnowmax/Kconfig                           |  1 +
>>  configs/bayleybay_defconfig                             |  3 ---
>>  configs/chromebook_link64_defconfig                     |  3 ---
>>  configs/chromebook_link_defconfig                       |  3 ---
>>  configs/chromebook_samus_defconfig                      |  3 ---
>>  configs/chromebox_panther_defconfig                     |  3 ---
>>  configs/conga-qeval20-qa3-e3845-internal-uart_defconfig |  4 ----
>>  configs/conga-qeval20-qa3-e3845_defconfig               |  4 ----
>>  configs/coreboot-x86_defconfig                          |  3 ---
>>  configs/cougarcanyon2_defconfig                         |  1 -
>>  configs/crownbay_defconfig                              |  4 ----
>>  configs/dfi-bt700-q7x-151_defconfig                     |  4 ----
>>  configs/galileo_defconfig                               |  3 ---
>>  configs/minnowmax_defconfig                             |  4 ----
>>  configs/som-db5800-som-6867_defconfig                   |  4 ----
>>  configs/theadorable-x86-dfi-bt700_defconfig             |  5 -----
>>  27 files changed, 22 insertions(+), 51 deletions(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list