]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
bootm: Remove BOOTM_NETBSD from defaults
authorTom Rini <trini@konsulko.com>
Mon, 12 Jan 2026 17:05:11 +0000 (11:05 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 27 Jan 2026 21:52:03 +0000 (15:52 -0600)
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>
cmd/Kconfig

index 13da4f313f1ea78964b632006f3e705ef09123e3..cc4dd5a3163b6773cb878fd48cac11925e133ae0 100644 (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"