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

2016-05-22 Thread Bin Meng
On Mon, May 23, 2016 at 10:37 AM, 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: Bin Meng > -

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

2016-05-22 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 Reviewed-by: Bin Meng --- Changes in v3: - none cmd/Kconfig | 1 - 1 file changed, 1