diff options
| author | Bin Meng <[email protected]> | 2017-10-18 18:20:54 -0700 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2017-10-27 15:13:47 +0800 |
| commit | 3a856473fdb05f8c20686f6240781ecb2c0c1b61 (patch) | |
| tree | 67e6282651f14b189a31996ae8b3e6e599863e7a /arch/x86/cpu | |
| parent | 4a5a7fcac24498aa1535a467f0739e2fda5b4324 (diff) | |
env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default
Imply does not work for a Kconfig choice. Update ENV_IS_IN_SPI_FLASH
to be the default one for Intel Braswell.
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch/x86/cpu')
| -rw-r--r-- | arch/x86/cpu/braswell/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/braswell/Kconfig b/arch/x86/cpu/braswell/Kconfig index 0e214a7432c..616f2287883 100644 --- a/arch/x86/cpu/braswell/Kconfig +++ b/arch/x86/cpu/braswell/Kconfig @@ -12,7 +12,6 @@ config INTEL_BRASWELL imply HAVE_INTEL_ME imply HAVE_VBT imply ENABLE_MRC_CACHE - imply ENV_IS_IN_SPI_FLASH imply AHCI_PCI imply ICH_SPI imply MMC |
