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

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

[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