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>
This commit is contained in:
parent
38304eb534
commit
b1cee62512
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue