summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-13 09:00:54 -0600
committerTom Rini <[email protected]>2026-03-13 10:52:03 -0600
commit6dc75d440dbdd3e2ac24ae5bb0ed51123bee8c33 (patch)
tree854cbd24bc2ee6852e0efed6b029c755c7c26a3e /boot
parent9f1059bc735ec2a8d78c1f3e4fcab1fa3f428317 (diff)
parenta5fcbd5a83553b3803df28422410c9fd22adaec6 (diff)
Merge tag 'net-20260312' of https://source.denx.de/u-boot/custodians/u-boot-net into next
Pull request net-20260312. net: - Move network PHY under NETDEVICES - s/DM_CLK/CLK/ in HIFEMAC_{ETH,MDIO} - Add support for Airoha AN8811HB PHY - airoha: PCS and MDIO support for Airoha AN7581 SoC net-lwip: - Fix issue when TFTP blocksize is >8192 - Adjust PBUF_POOL_SIZE/IP_REASS_MAX_PBUFS for better performance and resource usage. - Enable mii command for NET_LWIP
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index e9c8734ecb5..4e9bc9491a0 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -434,7 +434,7 @@ config BOOT_DEFAULTS_CMDS
select CMD_PXE if CMD_NET
select CMD_BOOTI if ARM64
select CMD_BOOTZ if ARM && !ARM64
- imply CMD_MII if NET
+ imply CMD_MII if NET || NET_LWIP
config BOOT_DEFAULTS
bool # Common defaults for standard boot and distroboot