aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801gx/smihandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82801gx/smihandler.c')
-rw-r--r--src/southbridge/intel/i82801gx/smihandler.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/southbridge/intel/i82801gx/smihandler.c b/src/southbridge/intel/i82801gx/smihandler.c
index 7aee63b457..562dae3a97 100644
--- a/src/southbridge/intel/i82801gx/smihandler.c
+++ b/src/southbridge/intel/i82801gx/smihandler.c
@@ -21,11 +21,9 @@
u16 pmbase = DEFAULT_PMBASE;
u8 smm_initialized = 0;
-void southbridge_update_gnvs(u8 apm_cnt, int *smm_done)
-{
- gnvs = *(struct global_nvs **)0x500;
- *smm_done = 1;
-}
+/* This implementation was removed since it was invalid. There will be one shared
+ approach to set GNVS pointer into SMM without the 0xEA PM Trap mentioned above. */
+void southbridge_update_gnvs(u8 apm_cnt, int *smm_done) { }
int southbridge_io_trap_handler(int smif)
{