summaryrefslogtreecommitdiffstats
path: root/src/mainboard/nec/powermate2000
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2016-02-24 13:33:45 -0800
committerMartin Roth <martinroth@google.com>2016-03-13 00:46:55 +0100
commite3fd63f264e1f6e2869cf5868e1810dff5641147 (patch)
tree8c47722ba432db52850738723567547ad555b956 /src/mainboard/nec/powermate2000
parent63db6142b6198fc3d6660e58228eeedd2eac59bd (diff)
downloadcoreboot-e3fd63f264e1f6e2869cf5868e1810dff5641147.tar.gz
coreboot-e3fd63f264e1f6e2869cf5868e1810dff5641147.tar.bz2
coreboot-e3fd63f264e1f6e2869cf5868e1810dff5641147.zip
northbridge/intel/i82810: Unify UDELAY selection
Instead of manually including udelay_io.c in each romstage, select UDELAY_IO for all i810 boards in the chipset. Change-Id: Ifda7dcfdf37b6affce838ee96ca6382b2d4be8c3 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/13784 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/nec/powermate2000')
-rw-r--r--src/mainboard/nec/powermate2000/Kconfig1
-rw-r--r--src/mainboard/nec/powermate2000/romstage.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/nec/powermate2000/Kconfig b/src/mainboard/nec/powermate2000/Kconfig
index 60135e7cfae7..fe546faca409 100644
--- a/src/mainboard/nec/powermate2000/Kconfig
+++ b/src/mainboard/nec/powermate2000/Kconfig
@@ -21,7 +21,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select SOUTHBRIDGE_INTEL_I82801AX
select SUPERIO_SMSC_SMSCSUPERIO
select HAVE_PIRQ_TABLE
- select UDELAY_TSC
select BOARD_ROMSIZE_KB_512
config MAINBOARD_DIR
diff --git a/src/mainboard/nec/powermate2000/romstage.c b/src/mainboard/nec/powermate2000/romstage.c
index 0bed8550ad07..037ad0466414 100644
--- a/src/mainboard/nec/powermate2000/romstage.c
+++ b/src/mainboard/nec/powermate2000/romstage.c
@@ -24,7 +24,6 @@
#include <northbridge/intel/i82810/raminit.h>
#include <cpu/x86/bist.h>
#include <southbridge/intel/i82801ax/i82801ax.h>
-#include "drivers/pc80/udelay_io.c"
#include <lib.h>
#define SERIAL_DEV PNP_DEV(0x2e, SMSCSUPERIO_SP1)