diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-30 17:55:35 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-09-02 07:16:19 +0000 |
commit | 759ae2d9934c2836d4b8a82a71d8f38cbfccf8b9 (patch) | |
tree | c30f5b1e3f253565c17c1b42ed9605c61f38870f /src | |
parent | 694cbc0ddcbe04dbbbb4f97ae4d34861a6ce7054 (diff) | |
download | coreboot-759ae2d9934c2836d4b8a82a71d8f38cbfccf8b9.tar.xz |
soc/intel/xeon_sp/Kconfig: Drop redundant 'select POSTCAR_CONSOLE'
POSTCAR_CONSOLE is already set to yes in console/Kconfig file.
Change-Id: If520c33f5e36d569511b2441bf23aa90180591c7
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44929
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/xeon_sp/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig index 545b4232f2..a4274df99d 100644 --- a/src/soc/intel/xeon_sp/Kconfig +++ b/src/soc/intel/xeon_sp/Kconfig @@ -31,7 +31,6 @@ config CPU_SPECIFIC_OPTIONS select ARCH_VERSTAGE_X86_32 select BOOT_DEVICE_SPI_FLASH_RW_NOMMAP_EARLY if BOOT_DEVICE_SPI_FLASH select BOOT_DEVICE_SUPPORTS_WRITES - select POSTCAR_CONSOLE select SOC_INTEL_COMMON select SOC_INTEL_COMMON_RESET select FSP_PLATFORM_MEMORY_SETTINGS_VERSIONS @@ -70,7 +69,6 @@ config USE_FSP2_0_DRIVER depends on MAINBOARD_USES_FSP2_0 select PLATFORM_USES_FSP2_0 select UDK_202005_BINDING - select POSTCAR_CONSOLE select POSTCAR_STAGE config MAX_SOCKET |