diff options
Diffstat (limited to 'src/soc/amd/cezanne/Kconfig')
-rw-r--r-- | src/soc/amd/cezanne/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |