diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-05-31 20:03:11 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-16 08:03:44 +0000 |
commit | 040c531158861284b7d21f1e8a26b1f6d4ccad58 (patch) | |
tree | 885d3a1d85c9361572cc4992f0d455222649f4bf /src/include/cpu | |
parent | 21ba5eea89be9ee5019b3651814dfe148f16bc81 (diff) |
soc/intel/common: Replace smm_soutbridge_enable(SMI_FLAGS)
Change-Id: I8c4dc5ab91891de9737189bd7ae86df18d86f758
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41960
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include/cpu')
-rw-r--r-- | src/include/cpu/intel/smm_reloc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/cpu/intel/smm_reloc.h b/src/include/cpu/intel/smm_reloc.h index 4e9c1814ef..cf621aad93 100644 --- a/src/include/cpu/intel/smm_reloc.h +++ b/src/include/cpu/intel/smm_reloc.h @@ -44,7 +44,6 @@ void smm_relocate(void); * SMIs. They are split so that other work between the 2 actions. */ void smm_southbridge_clear_state(void); void smm_southbridge_enable_smi(void); -void smm_southbridge_enable(uint16_t pm1_events); /* To be removed. */ void smm_initialize(void); |