Re: [PATCH v6 063/102] x86: spi: Don't enable SPI_FLASH_BAR by default

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:50 PM Simon Glass wrote: > > 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. > >

[PATCH v6 063/102] x86: spi: Don't enable SPI_FLASH_BAR by default

2019-12-06 Thread Simon Glass
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 Reviewed-by: Bin Meng --- Changes in v6: None