bootm: Remove BOOTM_NETBSD from defaults

After talking with someone from the NetBSD project, platforms that do
not boot with a device tree (and so would be using our BOOTM_NETBSD
support) a very few in number. So we can remove this option from being
enabled by default and save a little space in most places with platforms
that need it still being able to re-enable it, if needed. Ideally, in a
few years we can instead just remove the code entirely.

Link: https://lore.kernel.org/r/aWKQOW_ajq0DsbYA@big-apple.aprisoft.de/
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2026-01-12 11:05:11 -06:00
parent 431f1ce46b
commit 0fcd154859

View File

@ -399,11 +399,11 @@ config BOOTM_LINUX
or booti or bootz.
config BOOTM_NETBSD
bool "Support booting NetBSD (non-EFI) loader images"
bool "Support booting NetBSD (legacy, non-EFI) loader images"
depends on CMD_BOOTM
default y
help
Support booting NetBSD via the bootm command.
Support booting NetBSD via the bootm command. This is for NetBSD
images that are neither EFI nor using a device tree.
config BOOTM_OPENRTOS
bool "Support booting OPENRTOS / FreeRTOS images"