cmd: qfw: do not depend on x86
authorMiao Yan <yanmiaobest@gmail.com>
Mon, 23 May 2016 02:37:19 +0000 (19:37 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commitd6ccb14e5a8f3b782f9f09b88d5ca6695039a5f6
treee542fd9410145907030c3b85c3d4c5108b76915d
parent86e30e67ad068ebedd1e6cc8833ba413ea28ed75
cmd: qfw: do not depend on x86

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 <yanmiaobest@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/Kconfig