summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-02-08 09:10:41 -0500
committerTom Rini <[email protected]>2024-02-08 09:10:41 -0500
commita7fb2f57ad5039e287ffbffe30a6af0729aaa721 (patch)
treed5eba266f83c6a66207fc6f14f69b04eb52e2984 /include
parent0101a2ffe125911ebf89172b495f5ff14f2fd058 (diff)
parent121696c957d741d17125f5416d1210b11ef8afdd (diff)
Merge tag 'fsl-qoriq-2024-2-8' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq
Add TJA1120 driver support fsl-layerscape/soc.c: do not destroy bootcmd environment
Diffstat (limited to 'include')
-rw-r--r--include/phy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/phy.h b/include/phy.h
index 27effdb5763..e02cbdb58c9 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -51,10 +51,6 @@ struct udevice;
PHY_100BT_FEATURES | \
PHY_DEFAULT_FEATURES)
-#define PHY_100BT1_FEATURES (SUPPORTED_TP | \
- SUPPORTED_MII | \
- SUPPORTED_100baseT_Full)
-
#define PHY_GBIT_FEATURES (PHY_BASIC_FEATURES | \
PHY_1000BT_FEATURES)