diff options
author | Miao Yan <yanmiaobest@gmail.com> | 2016-05-22 19:37:19 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-05-23 15:18:00 +0800 |
commit | d6ccb14e5a8f3b782f9f09b88d5ca6695039a5f6 (patch) | |
tree | e542fd9410145907030c3b85c3d4c5108b76915d /cmd/Kconfig | |
parent | 86e30e67ad068ebedd1e6cc8833ba413ea28ed75 (diff) | |
download | u-boot-imx-d6ccb14e5a8f3b782f9f09b88d5ca6695039a5f6.zip u-boot-imx-d6ccb14e5a8f3b782f9f09b88d5ca6695039a5f6.tar.gz u-boot-imx-d6ccb14e5a8f3b782f9f09b88d5ca6695039a5f6.tar.bz2 |
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>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |