commit | e8ac6ffe0459a8e89dab5e4f1878ad07a05ee4e2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:36 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:21 2019 +0800 |
tree | 1eab2194b5e7b6db267415b2930298ba66f8e624 | |
parent | ccdabd8956936319c5f7112bf5774e839b085874 [diff] |
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>