]> git.dujemihanovic.xyz Git - u-boot.git/commit
qemu: Correct CMD_QFW dependencies in Kconfig
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:14 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:48:19 +0000 (14:48 -0500)
commitbfaa048d94cf8abf01ba54fe79b1b08bda6328f9
treed785b15c720b4aff91916a635b425ff2fefc60cd
parent54ecce2cbf9061b7ac8d348dde67200c765a2a15
qemu: Correct CMD_QFW dependencies in Kconfig

Rather than selecting CMD_QFW, we should make the option itself by
enabled by default on these platforms.  Then in the board-specific
Kconfig we should select the appropriate back-end as needed if the
command is enabled.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/emulation/qemu-arm/Kconfig
board/emulation/qemu-x86/Kconfig
cmd/Kconfig