summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-10 22:22:07 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-02-12 00:42:32 +0000
commite22eef7c518f398780de828f9419fe0c104421eb (patch)
treeb3cb9204ac77b07ea6dc6b6b0ebd04e06c0558a5 /src
parent8c80d9e612e595c4a9af7f5d171d0fb77d09dc9a (diff)
downloadcoreboot-e22eef7c518f398780de828f9419fe0c104421eb.tar.gz
coreboot-e22eef7c518f398780de828f9419fe0c104421eb.tar.bz2
coreboot-e22eef7c518f398780de828f9419fe0c104421eb.zip
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 <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50498 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/cezanne/Kconfig2
-rw-r--r--src/soc/amd/picasso/Kconfig2
-rw-r--r--src/soc/amd/stoneyridge/Kconfig2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig
index cfdf6ff354de..cc2fd9fc2be6 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 f504d092972b..2a716810fbfa 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 728e063f691f..a1b109e83994 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