]> git.dujemihanovic.xyz Git - u-boot.git/commit
boot: provide CONFIG_BOOTMETH_QFW Kconfig parameter
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 16 Jul 2024 08:35:34 +0000 (10:35 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jul 2024 22:48:07 +0000 (16:48 -0600)
commit4f658510074bf85ee4ddc0fb3d2cb5dd45a1c561
tree055a4b6b5be6a9003c55b5aa6dbeed8599e1ebe3
parent0e4638468ff7e96efafd66692688b491a9f310ea
boot: provide CONFIG_BOOTMETH_QFW Kconfig parameter

U-Boot is often used conjunction with QEMU to boot via EFI or syslinux.
Here the QFW boot method is not needed.

At least for qemu-riscv64_smode_defconfig the kernel parameter is used
to specify the U-Boot binary. Trying to run U-Boot as a kernel makes
no sense.

Provide Kconfig parameter CONFIG_BOOTMETH_QFW to decide if the QFW boot
method shall be provided.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
boot/Kconfig
boot/Makefile