diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-06-10 11:40:54 +0300 |
---|---|---|
committer | Aaron Durbin <adurbin@google.com> | 2013-07-01 17:11:14 +0200 |
commit | 54c586c7e76d9e9ec75ccebaf1555b3fde6114e8 (patch) | |
tree | 64057a00ff889a06753f560138320201b6ccdde9 /src/southbridge/intel/i82801ix | |
parent | fb387dfb920f73abb144183b8a41dc917e2e32da (diff) |
usbdebug: Unify Intel southbridge builds
EHCI controller enable is identical on the affected chipsets.
Change-Id: I91830b6f5144a70b158ec1ee40e9cba5fab3fbc9
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/3424
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/southbridge/intel/i82801ix')
-rw-r--r-- | src/southbridge/intel/i82801ix/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/southbridge/intel/i82801ix/Makefile.inc b/src/southbridge/intel/i82801ix/Makefile.inc index 86b96baa1b..9176ff1088 100644 --- a/src/southbridge/intel/i82801ix/Makefile.inc +++ b/src/southbridge/intel/i82801ix/Makefile.inc @@ -27,7 +27,6 @@ ramstage-y += sata.c ramstage-y += hdaudio.c ramstage-y += thermal.c -ramstage-y += ../i82801gx/usb_debug.c ramstage-y += ../i82801gx/reset.c ramstage-y += ../i82801gx/watchdog.c @@ -37,6 +36,3 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c romstage-y += early_init.c romstage-y += early_smbus.c romstage-y += dmi_setup.c -romstage-$(CONFIG_USBDEBUG) += ../i82801gx/usb_debug.c -smm-$(CONFIG_USBDEBUG) += ../i82801gx/usb_debug.c - |