From: Miao Yan Date: Mon, 23 May 2016 02:37:19 +0000 (-0700) Subject: cmd: qfw: do not depend on x86 X-Git-Tag: v2016.07-rc1~177^2~36 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d6ccb14e5a8f3b782f9f09b88d5ca6695039a5f6;p=u-boot 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 Reviewed-by: Bin Meng --- diff --git a/cmd/Kconfig b/cmd/Kconfig index c5a7a59064..d51645c634 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -595,7 +595,6 @@ config CMD_SOUND config CMD_QFW bool "qfw" - depends on X86 select QFW help This provides access to the QEMU firmware interface. The main