Re: [U-Boot] [PATCH v1 2/3] x86: zImage: add Intel MID platforms support

2017-02-16 Thread Simon Glass
On 14 February 2017 at 20:08, Bin Meng wrote: > On Tue, Feb 14, 2017 at 10:47 PM, Andy Shevchenko > wrote: >> From: Vincent Tinelli >> >> Intel MID platform boards have special treatment, such as boot parameter >> setting. >> >> Assign hardware_subarch accordingly if CONFIG_INTEL_MID is set. >>

Re: [U-Boot] [PATCH v1 2/3] x86: zImage: add Intel MID platforms support

2017-02-14 Thread Bin Meng
On Tue, Feb 14, 2017 at 10:47 PM, Andy Shevchenko wrote: > From: Vincent Tinelli > > Intel MID platform boards have special treatment, such as boot parameter > setting. > > Assign hardware_subarch accordingly if CONFIG_INTEL_MID is set. > > Signed-off-by: Vincent Tinelli > Signed-off-by: Andy Sh

[U-Boot] [PATCH v1 2/3] x86: zImage: add Intel MID platforms support

2017-02-14 Thread Andy Shevchenko
From: Vincent Tinelli Intel MID platform boards have special treatment, such as boot parameter setting. Assign hardware_subarch accordingly if CONFIG_INTEL_MID is set. Signed-off-by: Vincent Tinelli Signed-off-by: Andy Shevchenko --- arch/x86/lib/zimage.c | 4 1 file changed, 4 insertio