summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82801jx/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2019-03-24 14:57:49 +0100
committerPatrick Rudolph <siro@das-labor.org>2019-04-13 14:49:01 +0000
commit0168639b9af184097dcfd913a29f970eaaa8a47e (patch)
treeed5327e44cf19c4f0eeedf054f660873c4984e29 /src/southbridge/intel/i82801jx/Makefile.inc
parent1ae592b468d7b40d8c7f50d4fcb4dd515aeeaf74 (diff)
downloadcoreboot-0168639b9af184097dcfd913a29f970eaaa8a47e.tar.gz
coreboot-0168639b9af184097dcfd913a29f970eaaa8a47e.tar.bz2
coreboot-0168639b9af184097dcfd913a29f970eaaa8a47e.zip
sb/intel/i82801jx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB
Use common code to detect ACPI S3. Untested. Change-Id: I2264c087b317f70506817b5458295a17e83b1efc Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32038 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/i82801jx/Makefile.inc')
-rw-r--r--src/southbridge/intel/i82801jx/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801jx/Makefile.inc b/src/southbridge/intel/i82801jx/Makefile.inc
index c21a61a757a5..c333566e0f64 100644
--- a/src/southbridge/intel/i82801jx/Makefile.inc
+++ b/src/southbridge/intel/i82801jx/Makefile.inc
@@ -34,6 +34,5 @@ ramstage-y += ../i82801gx/watchdog.c
smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c
romstage-y += early_smbus.c
-romstage-y += early_lpc.c
endif