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>
This commit is contained in:
parent
67a26c9dcd
commit
e0c084cab3
|
@ -38,6 +38,7 @@ config CPU_SPECIFIC_OPTIONS
|
||||||
select UDELAY_TSC
|
select UDELAY_TSC
|
||||||
select UNCOMPRESSED_RAMSTAGE
|
select UNCOMPRESSED_RAMSTAGE
|
||||||
select USE_MARCH_586
|
select USE_MARCH_586
|
||||||
|
select NO_SMM
|
||||||
|
|
||||||
#####
|
#####
|
||||||
# Debug serial output
|
# Debug serial output
|
||||||
|
|
Loading…
Reference in New Issue