summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-01-12 11:05:11 -0600
committerTom Rini <[email protected]>2026-01-27 15:52:03 -0600
commit0fcd1548596a5d9358bfeb96bc7863f6fa17e15d (patch)
tree008097a76b46ed4d34519621743b83aaace83382 /cmd/Kconfig
parent431f1ce46bbffff0db8f03437a34400b11b30175 (diff)
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/[email protected]/ Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 13da4f313f1..cc4dd5a3163 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -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"