diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-07-14 06:04:11 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-07-15 04:49:09 +0000 |
commit | 00ec56334220baba6ef5057a33e17319f91399ea (patch) | |
tree | 01dad21c79810c6b31c71936e36247e08e85f332 /configs | |
parent | 83ea46b933ffe6ae022bf013524c99f6fb99e5d1 (diff) | |
download | coreboot-00ec56334220baba6ef5057a33e17319f91399ea.tar.xz |
configs/lenovo: Drop DEBUG_SMM_RELOCATION
Not implemented for TSEG.
Change-Id: I279c546a921c0504cafaddcda855bd6ea3de7f8a
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34325
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'configs')
3 files changed, 0 insertions, 3 deletions
diff --git a/configs/config.lenovo_t400_all_debug_and_option_table b/configs/config.lenovo_t400_all_debug_and_option_table index 0ceee167d5..dc407478c7 100644 --- a/configs/config.lenovo_t400_all_debug_and_option_table +++ b/configs/config.lenovo_t400_all_debug_and_option_table @@ -7,7 +7,6 @@ CONFIG_DEBUG_CBFS=y CONFIG_DEBUG_RAM_SETUP=y CONFIG_DEBUG_SMBUS=y CONFIG_DEBUG_SMI=y -CONFIG_DEBUG_SMM_RELOCATION=y CONFIG_DEBUG_MALLOC=y CONFIG_DEBUG_ACPI=y CONFIG_DEBUG_BOOT_STATE=y diff --git a/configs/config.lenovo_thinkpad_t430_all_debug_and_option_table b/configs/config.lenovo_thinkpad_t430_all_debug_and_option_table index 2c387340cf..cb1da1e619 100644 --- a/configs/config.lenovo_thinkpad_t430_all_debug_and_option_table +++ b/configs/config.lenovo_thinkpad_t430_all_debug_and_option_table @@ -9,7 +9,6 @@ CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_DEBUG_RAM_SETUP=y CONFIG_DEBUG_SMBUS=y CONFIG_DEBUG_SMI=y -CONFIG_DEBUG_SMM_RELOCATION=y CONFIG_DEBUG_SPI_FLASH=y CONFIG_DEBUG_BOOT_STATE=y CONFIG_DEBUG_ADA_CODE=y diff --git a/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi b/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi index 697c26db5d..1579aa3e1f 100644 --- a/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi +++ b/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi @@ -6,7 +6,6 @@ CONFIG_FATAL_ASSERTS=y CONFIG_DEBUG_CBFS=y CONFIG_DEBUG_SMBUS=y CONFIG_DEBUG_SMI=y -CONFIG_DEBUG_SMM_RELOCATION=y CONFIG_DEBUG_MALLOC=y CONFIG_DEBUG_ACPI=y CONFIG_DEBUG_SPI_FLASH=y |