[U-Boot] [PATCH v2] x86: qemu: Move qfw command over to cmd and add Kconfig entry

Miao Yan yanmiaobest at gmail.com
Tue May 10 04:10:17 CEST 2016


>>
>> +config CMD_QEMU_FW_CFG
>> +       bool "qfw"
>> +       depends on X86
>> +       help
>> +         This provides access to the QEMU firmware interface.  The main
>> +         feature is to allow easy loading of files passed to qemu-system
>> +         via -kernel / -initrd
>>  endmenu
>
> This should really be "depends on QEMU". Sorry for my earlier comment.


This line should be "depends on X86 && QEMU". Sorry I wasn't thinking right.

Miao


More information about the U-Boot mailing list