diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-05-23 22:43:43 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2011-05-23 22:43:43 +0000 |
commit | 9cb175632d652a8441b10e1c996db6eb109deb71 (patch) | |
tree | f605a56ece3f9cecfde0d052b58d6471b4327eac /src/mainboard/intel/eagleheights | |
parent | 4053e1412fc304ca03b2c22c970d35cbd7b81ddd (diff) | |
download | coreboot-9cb175632d652a8441b10e1c996db6eb109deb71.tar.xz |
AP_IN_SIPI_WAIT is already defined in the CPU Kconfig of those boards.
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6611 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/intel/eagleheights')
-rw-r--r-- | src/mainboard/intel/eagleheights/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/intel/eagleheights/Kconfig b/src/mainboard/intel/eagleheights/Kconfig index 246946e465..00aa1aedb4 100644 --- a/src/mainboard/intel/eagleheights/Kconfig +++ b/src/mainboard/intel/eagleheights/Kconfig @@ -16,7 +16,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_MP_TABLE select MMCONF_SUPPORT select UDELAY_TSC - select AP_IN_SIPI_WAIT select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_1024 |