summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-06-17 11:15:35 +0800
committerSimon Glass <sjg@chromium.org>2015-07-14 18:03:16 -0600
commit946c2b5259823ca6935a62e1a68b6e29a74e33f0 (patch)
treecd755bc5b3720ee4f07f05c595240ac466971fe4 /arch
parent780bfdd3c72a058ba24cda0df66ca75f0a7d8b18 (diff)
downloadblackbird-obmc-uboot-946c2b5259823ca6935a62e1a68b6e29a74e33f0.tar.gz
blackbird-obmc-uboot-946c2b5259823ca6935a62e1a68b6e29a74e33f0.zip
x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS
Ivybridge is not ready for U-Boot MP initialization yet. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/cpu/ivybridge/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/ivybridge/Kconfig b/arch/x86/cpu/ivybridge/Kconfig
index e4595be3ae..0e249a40a6 100644
--- a/arch/x86/cpu/ivybridge/Kconfig
+++ b/arch/x86/cpu/ivybridge/Kconfig
@@ -95,7 +95,6 @@ config CPU_SPECIFIC_OPTIONS
select ARCH_BOOTBLOCK_X86_32
select ARCH_ROMSTAGE_X86_32
select ARCH_RAMSTAGE_X86_32
- select SMP
select SSE2
select UDELAY_LAPIC
select CPU_MICROCODE_IN_CBFS
OpenPOWER on IntegriCloud