]> git.baikalelectronics.ru Git - uboot.git/commit
x86: spi: Don't enable SPI_FLASH_BAR by default
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:42:36 +0000 (21:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:21 +0000 (11:44 +0800)
commit8f5d3c5c1e6daa82916b665515cd0c82731a6af5
tree1eab2194b5e7b6db267415b2930298ba66f8e624
parent7311c8f8057ddb62bc2e74fd2f382feda0efcaf4
x86: spi: Don't enable SPI_FLASH_BAR by default

We don't normally need this on x86 unless the size of SPI flash devices is
larger than 16MB. This can be enabled by particular SoCs as needed, since
it adds to code size.

Drop the default enabling of this option on x86.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/spi/Kconfig