]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Create a new BOOTMETH_DISTRO
authorSimon Glass <sjg@chromium.org>
Wed, 10 May 2023 22:34:47 +0000 (16:34 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 13 May 2023 16:50:58 +0000 (12:50 -0400)
commitfba0e7380269771bb9587fce84e56a059ebf7d42
tree1c4be9b6329df4a1976125e87bf2fd8447990f29
parent79f663515a8a55bdcb7496d3db51462b6ff7c0c2
bootstd: Create a new BOOTMETH_DISTRO

We cannot be sure what bootmeth a distro will need to use. Add a new
BOOTMETH_DISTRO option which collects these together. Select this from
BOOTSTD_DEFAULTS so that it is clear what is needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Make BOOTMETH_EFILOADER depend on EFI_LOADER, select if EFI_LOADER]
Signed-off-by: Tom Rini <trini@konsulko.com>
boot/Kconfig