diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-29 08:51:27 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-30 02:59:55 +0000 |
commit | e0c084cab362c5b53df8c33d20a74d41ee519504 (patch) | |
tree | a5ead831819b1ccf3414f6e924ca508a95ecd441 /src/soc/intel/quark | |
parent | 67a26c9dcdef3ab2119d0ccd7ca4ea59824df8ab (diff) |
intel/quark: Select NO_SMM
SoC was unintentionally flagged with SMM_TSEG when default
values were assigned.
Change-Id: I83202316f41ead66c7f69cad68dafaeccd09df66
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35145
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/quark')
-rw-r--r-- | src/soc/intel/quark/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig index 4aa641cc70..4ed0377a7b 100644 --- a/src/soc/intel/quark/Kconfig +++ b/src/soc/intel/quark/Kconfig @@ -38,6 +38,7 @@ config CPU_SPECIFIC_OPTIONS select UDELAY_TSC select UNCOMPRESSED_RAMSTAGE select USE_MARCH_586 + select NO_SMM ##### # Debug serial output |