]> git.ipfire.org Git - thirdparty/u-boot.git/commit
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)
commit0fcd1548596a5d9358bfeb96bc7863f6fa17e15d
tree008097a76b46ed4d34519621743b83aaace83382
parent431f1ce46bbffff0db8f03437a34400b11b30175
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>
cmd/Kconfig