diff options
author | Patrick Georgi <patrick@coreboot.org> | 2023-11-24 14:31:31 +0100 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2023-11-25 13:54:43 +0000 |
commit | bbaa1f00f3ba024bd0055230f4b812c8f044a9b6 (patch) | |
tree | 4fb0eac47958522ef57ea4653c72c31eee3fed77 /configs | |
parent | 6619afac04f3991c2421a427294b56f598f098b8 (diff) |
configs: Drop references to CPU_QEMU_X86_SMMLOADERV2
This follows commit 88407bcd which removed the symbol. Since Kconfig
is going to become more strict about unknown symbols, fix it.
Change-Id: I19d26de8003c51437ea62e04083a14c3587a4665
Signed-off-by: Patrick Georgi <patrick@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79254
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/config.emulation_qemu_x86_q35_smm_tseg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/config.emulation_qemu_x86_q35_smm_tseg b/configs/config.emulation_qemu_x86_q35_smm_tseg index 4b3e6e55ff..0ec233baa2 100644 --- a/configs/config.emulation_qemu_x86_q35_smm_tseg +++ b/configs/config.emulation_qemu_x86_q35_smm_tseg @@ -1,4 +1,3 @@ CONFIG_VENDOR_EMULATION=y CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y CONFIG_CPU_QEMU_X86_TSEG_SMM=y -CONFIG_CPU_QEMU_X86_SMMLOADERV2=y |