From e22eef7c518f398780de828f9419fe0c104421eb Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 10 Feb 2021 22:22:07 +0100 Subject: soc/amd/*/Kconfig: remove redundant SMM_TSEG condition Since SMM is in TSEG on the platforms which is the default, drop the SMM_TSEG condition for the default of SMM_TSEG_SIZE. Change-Id: I7bd965c0794efa12ea4886a55522cc5193a1d3ac Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/50498 Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/soc/amd/cezanne/Kconfig | 2 +- src/soc/amd/picasso/Kconfig | 2 +- src/soc/amd/stoneyridge/Kconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/soc') diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index cfdf6ff354..cc2fd9fc2b 100644 --- a/src/soc/amd/cezanne/Kconfig +++ b/src/soc/amd/cezanne/Kconfig @@ -160,7 +160,7 @@ config CONSOLE_UART_BASE_ADDRESS config SMM_TSEG_SIZE hex - default 0x800000 if SMM_TSEG && HAVE_SMI_HANDLER + default 0x800000 if HAVE_SMI_HANDLER default 0x0 config SMM_RESERVED_SIZE diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index f504d09297..2a716810fb 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -274,7 +274,7 @@ config CONSOLE_UART_BASE_ADDRESS config SMM_TSEG_SIZE hex - default 0x800000 if SMM_TSEG && HAVE_SMI_HANDLER + default 0x800000 if HAVE_SMI_HANDLER default 0x0 config SMM_RESERVED_SIZE diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 728e063f69..a1b109e839 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -258,7 +258,7 @@ config CONSOLE_UART_BASE_ADDRESS config SMM_TSEG_SIZE hex - default 0x800000 if SMM_TSEG && HAVE_SMI_HANDLER + default 0x800000 if HAVE_SMI_HANDLER default 0x0 config SMM_RESERVED_SIZE -- cgit v1.2.3