Re: [U-Boot] [PATCH v3 2/6] x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS

2015-06-15 Thread Simon Glass
On 13 June 2015 at 04:11, Bin Meng wrote: > Ivybridge is not ready for U-Boot MP initialization yet. > > Signed-off-by: Bin Meng > > --- > > Changes in v3: > - New patch to remove SMP from CPU_SPECIFIC_OPTIONS for ivybridge > > Changes in v2: None > > arch/x86/cpu/ivybridge/Kconfig | 1 - > 1 fi

[U-Boot] [PATCH v3 2/6] x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS

2015-06-13 Thread Bin Meng
Ivybridge is not ready for U-Boot MP initialization yet. Signed-off-by: Bin Meng --- Changes in v3: - New patch to remove SMP from CPU_SPECIFIC_OPTIONS for ivybridge Changes in v2: None arch/x86/cpu/ivybridge/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/cpu/ivybridge/K