summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-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"