Re: [U-Boot] [PATCH 10/12] cmd: qfw: do not depend on x86

2016-05-16 Thread Bin Meng
Hi Miao, On Mon, May 16, 2016 at 5:44 PM, Miao Yan wrote: > Hi Bin, > > 2016-05-13 22:00 GMT+08:00 Bin Meng : >> Hi Miao, >> >> On Fri, May 13, 2016 at 2:29 PM, Miao Yan wrote: >>> The qfw command interface used to depend on X86, this patch removes >>> this restriction so it can be built for san

Re: [U-Boot] [PATCH 10/12] cmd: qfw: do not depend on x86

2016-05-16 Thread Miao Yan
Hi Bin, 2016-05-13 22:00 GMT+08:00 Bin Meng : > Hi Miao, > > On Fri, May 13, 2016 at 2:29 PM, Miao Yan wrote: >> The qfw command interface used to depend on X86, this patch removes >> this restriction so it can be built for sandbox for testing. For normal >> usage, it can only be used with CONFIG

Re: [U-Boot] [PATCH 10/12] cmd: qfw: do not depend on x86

2016-05-13 Thread Bin Meng
Hi Miao, On Fri, May 13, 2016 at 2:29 PM, Miao Yan wrote: > The qfw command interface used to depend on X86, this patch removes > this restriction so it can be built for sandbox for testing. For normal > usage, it can only be used with CONFIG_QEMU. > > Signed-off-by: Miao Yan > --- Reviewed-by:

[U-Boot] [PATCH 10/12] cmd: qfw: do not depend on x86

2016-05-12 Thread Miao Yan
The qfw command interface used to depend on X86, this patch removes this restriction so it can be built for sandbox for testing. For normal usage, it can only be used with CONFIG_QEMU. Signed-off-by: Miao Yan --- cmd/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/Kconfig b/cmd/Kc