summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-10-22 09:07:56 -0600
committerTom Rini <[email protected]>2025-10-22 09:07:56 -0600
commit29a96acaa3a84c68264d8dcf2182000bce71175e (patch)
treeabd59b96eeb5783eb0ec7bb43423c3910a328502 /README
parentb21ba014a9e51ae33916ec17786fdb03587ed9b6 (diff)
parented6ec8d1ca0658d811df1cc78d06fec4f7f69fc9 (diff)
Merge tag 'net-20251022' of https://source.denx.de/u-boot/custodians/u-boot-net
Pull request net-20251022 net: - airoha: improvements - Tighten a few more driver dependencies - designware: fix bitbang init error - phy: Make driver overloading get_phy_id depend on !COMPILE_TEST - phy: add paged PHY register accessors - make dhcp_run() common for NET and NET_LWIP - dwc_eth_ops: Correct check for FDT_64BIT - mediatek: mt7988: various fixup + MDIO detach - phy: aquantia: switch to use phy_get_ofnode(), fix bindings typo net-legacy: - bootp: Prevent buffer overflow to avoid leaking the RAM content - tftp: make TFTP ports unconditionally configurable misc: - uthreads: Make use of CONFIG_IS_ENABLED consistently
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 0 insertions, 3 deletions
diff --git a/README b/README
index b95c72bb367..20a73bab802 100644
--- a/README
+++ b/README
@@ -1216,9 +1216,6 @@ Note: once the monitor has been relocated, then it will complain if
the default environment is used; a new CRC is computed as soon as you
use the "saveenv" command to store a valid environment.
-- CONFIG_SYS_FAULT_MII_ADDR:
- MII address of the PHY to check for the Ethernet link state.
-
- CONFIG_DISPLAY_BOARDINFO
Display information about the board that U-Boot is running on
when U-Boot starts up. The board function checkboard() is called