projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
780bfdd
)
x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS
author
Bin Meng
<bmeng.cn@gmail.com>
Wed, 17 Jun 2015 03:15:35 +0000
(11:15 +0800)
committer
Simon Glass
<sjg@chromium.org>
Wed, 15 Jul 2015 00:03:16 +0000
(18:03 -0600)
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>
arch/x86/cpu/ivybridge/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/cpu/ivybridge/Kconfig
b/arch/x86/cpu/ivybridge/Kconfig
index
e4595be
..
0e249a4
100644
(file)
--- 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