Merge tag 'v2025.01-rc3' into next

Prepare v2025.01-rc3
This commit is contained in:
Tom Rini
2024-11-25 17:23:49 -06:00
718 changed files with 4070 additions and 6207 deletions

View File

@@ -744,10 +744,15 @@ choice
config NO_NET
bool "No networking support"
help
Do not include networking support
config NET
bool "Legacy U-Boot networking stack"
imply NETDEVICES
help
Include networking support with U-Boot's internal implementation of
the TCP/IP protocol stack.
config NET_LWIP
bool "Use lwIP for networking stack"