diff mbox

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

Message ID 1463971042-24531-11-git-send-email-yanmiaobest@gmail.com
State Accepted
Commit d6ccb14e5a8f3b782f9f09b88d5ca6695039a5f6
Delegated to: Bin Meng
Headers show

Commit Message

Miao Yan May 23, 2016, 2:37 a.m. UTC
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>
---
Changes in v3:
 - none

 cmd/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Bin Meng May 23, 2016, 6:24 a.m. UTC | #1
On Mon, May 23, 2016 at 10:37 AM, Miao Yan <yanmiaobest@gmail.com> 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 <yanmiaobest@gmail.com>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> ---
> Changes in v3:
>  - none
>
>  cmd/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
>

applied to u-boot-x86, thanks!
diff mbox

Patch

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