aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t410/smihandler.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-10 16:30:40 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-11 16:38:44 +0000
commitffdf1f950309876b013824c152f0dfc8b6dccb2a (patch)
tree5ffbb5b6e827e7cc524fa91f56ddddc47737d8e5 /src/mainboard/lenovo/t410/smihandler.c
parent00f11c0290758cb0f30b54f1a332082f136384ee (diff)
sb/intel/ibexpeak: Drop Global NVS support
Was copy-pasted from bd82x6x and no mainboard actually needs it. The few globals moved outside the GNVS will be removed, relocated or replaced with acpigen later. Change-Id: I590a355f1bd1e54365b2e329cfdc62384446a15c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49280 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/t410/smihandler.c')
-rw-r--r--src/mainboard/lenovo/t410/smihandler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t410/smihandler.c b/src/mainboard/lenovo/t410/smihandler.c
index ad88a2eb71..9a6124ba91 100644
--- a/src/mainboard/lenovo/t410/smihandler.c
+++ b/src/mainboard/lenovo/t410/smihandler.c
@@ -3,7 +3,6 @@
#include <arch/io.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
-#include <soc/nvs.h>
#include <southbridge/intel/common/pmutil.h>
#include <northbridge/intel/ironlake/ironlake.h>
#include <ec/acpi/ec.h>