Re: [U-Boot] [PATCH v2 3/3] x86: Intel MID platforms has no microcode update

2017-02-20 Thread Bin Meng
On Fri, Feb 17, 2017 at 9:49 PM, Andy Shevchenko wrote: > There is no microcode update available for SoCs used on Intel MID > platforms. > > Use conditional to bypass it. > > Reviewed-by: Simon Glass > Signed-off-by: Andy Shevchenko > --- > arch/x86/cpu/mp_init.c | 2 +- > 1 file changed, 1 ins

Re: [U-Boot] [PATCH v2 3/3] x86: Intel MID platforms has no microcode update

2017-02-20 Thread Bin Meng
On Fri, Feb 17, 2017 at 9:49 PM, Andy Shevchenko wrote: > There is no microcode update available for SoCs used on Intel MID > platforms. > > Use conditional to bypass it. > > Reviewed-by: Simon Glass > Signed-off-by: Andy Shevchenko > --- > arch/x86/cpu/mp_init.c | 2 +- > 1 file changed, 1 ins

[U-Boot] [PATCH v2 3/3] x86: Intel MID platforms has no microcode update

2017-02-17 Thread Andy Shevchenko
There is no microcode update available for SoCs used on Intel MID platforms. Use conditional to bypass it. Reviewed-by: Simon Glass Signed-off-by: Andy Shevchenko --- arch/x86/cpu/mp_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/cpu/mp_init.c b/arch/x86/cp