[U-Boot] [PATCH v3 10/13] cmd: qfw: do not depend on x86
Miao Yan
yanmiaobest at gmail.com
Mon May 23 04:37:19 CEST 2016
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 at gmail.com>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
---
Changes in v3:
- none
cmd/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index c5a7a59..d51645c 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
--
1.9.1
More information about the U-Boot
mailing list