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