diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-13 13:48:20 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-13 13:48:20 +0000 |
commit | 1f10de6cab6e00189621b9b60f1e4640497bd805 (patch) | |
tree | 0d8a9220e8be475b8f60664d49afe023e38961a7 /src/mainboard/kontron/986lcd-m | |
parent | 79253841a7b72351346755fea0c9d89b2426f81a (diff) | |
download | coreboot-1f10de6cab6e00189621b9b60f1e4640497bd805.tar.xz |
fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to
mention it explicitly.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5420 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/kontron/986lcd-m')
-rw-r--r-- | src/mainboard/kontron/986lcd-m/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/kontron/986lcd-m/Kconfig b/src/mainboard/kontron/986lcd-m/Kconfig index 3feaec0a1c..a091080b21 100644 --- a/src/mainboard/kontron/986lcd-m/Kconfig +++ b/src/mainboard/kontron/986lcd-m/Kconfig @@ -15,8 +15,6 @@ config BOARD_KONTRON_986LCD_M select HAVE_MAINBOARD_RESOURCES select MMCONF_SUPPORT select USE_PRINTK_IN_CAR - select AP_IN_SIPI_WAIT - select UDELAY_LAPIC select HAVE_SMI_HANDLER select BOARD_ROMSIZE_KB_1024 select USE_DCACHE_RAM |