New patch to review for coreboot: f787076 HAVE_HIGH_TABLES is gone

Patrick Georgi (patrick@georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1537 -gerrit commit f7870767f5a5b82ec2eeb14afc0e7d7740bf4652 Author: Patrick Georgi <patrick.georgi@secunet.com> Date: Mon Sep 24 20:56:13 2012 +0200 HAVE_HIGH_TABLES is gone ... but no-one told intel/sch. Change-Id: I68eaae6910bd6fc579c35b5bc038b9597cd1b3e7 Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> --- src/northbridge/intel/sch/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/northbridge/intel/sch/Kconfig b/src/northbridge/intel/sch/Kconfig index 43a0993..8df2732 100644 --- a/src/northbridge/intel/sch/Kconfig +++ b/src/northbridge/intel/sch/Kconfig @@ -19,7 +19,6 @@ config NORTHBRIDGE_INTEL_SCH bool - select HAVE_HIGH_TABLES if NORTHBRIDGE_INTEL_SCH
participants (1)
-
Patrick Georgi