diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2018-06-28 14:29:49 +0200 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2018-11-07 07:05:23 +0000 |
commit | 63952e10601307d1f2034e9db7cc50f90cb24ed5 (patch) | |
tree | 1f17bca04565b52ac2dcff0019ccc6d38c50c62d /src/southbridge/intel/common | |
parent | 5132570845443767539fc00b502f6eafbfa37ba2 (diff) | |
download | coreboot-63952e10601307d1f2034e9db7cc50f90cb24ed5.tar.xz |
intel: Get rid of smm_get_pmbase
Change-Id: I2b3168c600a81502f9cd1ff3203c492cf026e532
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/27279
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/southbridge/intel/common')
-rw-r--r-- | src/southbridge/intel/common/smihandler.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/southbridge/intel/common/smihandler.c b/src/southbridge/intel/common/smihandler.c index 8dce9bb129..0ad400cde0 100644 --- a/src/southbridge/intel/common/smihandler.c +++ b/src/southbridge/intel/common/smihandler.c @@ -35,12 +35,6 @@ u16 get_pmbase(void) return lpc_get_pmbase(); } -/* Defined in <cpu/x86/smm.h> which is used outside of common code*/ -u16 smm_get_pmbase(void) -{ - return lpc_get_pmbase(); -} - void gpi_route_interrupt(u8 gpi, u8 mode) { u32 gpi_rout; |