diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-10-25 10:32:29 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-10-29 14:16:13 +0000 |
commit | b1cee625127a9e727937a761a8ab172adf946cc4 (patch) | |
tree | 3e20082b17aa329f493e9d882d2cb702b69a148d /src/northbridge | |
parent | 38304eb534e814092bfc52c7123557217d5649fd (diff) | |
download | coreboot-b1cee625127a9e727937a761a8ab172adf946cc4.tar.xz |
nb/intel/i3100: Don't select UDELAY_IO
This partially reverts 2510e2aa "northbridge/intel/i3100: Unify UDELAY
selection" which moved all supported boards from UDELAY_TSC to
UDELAY_IO. Since UDELAY_IO is the default this changes nothing.
Change-Id: I42856e5929a7ba047987414a25cd0ae9712434a7
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/22173
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/i3100/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/i3100/Kconfig b/src/northbridge/intel/i3100/Kconfig index 7d4f4e5254..a7c4a1daab 100644 --- a/src/northbridge/intel/i3100/Kconfig +++ b/src/northbridge/intel/i3100/Kconfig @@ -2,7 +2,6 @@ config NORTHBRIDGE_INTEL_I3100 bool select NO_MMCONF_SUPPORT select LATE_CBMEM_INIT - select UDELAY_IO if NORTHBRIDGE_INTEL_I3100 config DIMM_MAP_LOGICAL |