]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge tag 'net-20260331' of https://source.denx.de/u-boot/custodians/u-boot-net into...
authorTom Rini <trini@konsulko.com>
Tue, 31 Mar 2026 16:47:15 +0000 (10:47 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 31 Mar 2026 19:06:00 +0000 (13:06 -0600)
Pull request net-20260331.

net:
- airoha_eth & pcs_airoha driver fixes
- Rework some symbol dependencies
- dwc_eth_xgmac: Move DMA reset and pad calibration after PHY init
- rtl8169: add support for RTL8125d
- rswitch: Avoid NULL pointer dereference during PHY access
- rswitch: Remap CPU to bus addresses using dev_phys_to_bus()
- phy: dp83867: reset PHY on init to ensure clean state

net-lwip:
- nfs: fix buffer overflow when using symlinks
- tftp: update image_load_addr after successful transfer

[trini: Add missing "if NET" to CMD_DHCP select's CMD_BOOTP]
Signed-off-by: Tom Rini <trini@konsulko.com>
1  2 
cmd/Kconfig

diff --cc cmd/Kconfig
index a96d6472359a1c5a26bc51c7875e50c9515497fd,81c64d9ba858f4e8cd838e1bd08b07d0a3fbc0ad..effc209f38eb326102f6c0d405f7e2aa1afe6c9e
@@@ -2195,6 -2195,7 +2195,7 @@@ endif  # if NE
  config CMD_DHCP
        bool "dhcp"
        select PROT_DHCP_LWIP if NET_LWIP
 -      select CMD_BOOTP
++      select CMD_BOOTP if NET
        help
          Boot image via network using DHCP/TFTP protocol