]> git.sur5r.net Git - u-boot/blobdiff - include/phy.h
ARM: zynq: Remove ZYNQ_BOOT_FREEBSD option
[u-boot] / include / phy.h
index e030c9ff2e2436b1a620d4bf03227e5cf320b9d9..09bbe483a4b120e1642d968692aeaad46ca63a9a 100644 (file)
@@ -17,6 +17,8 @@
 
 #define PHY_MAX_ADDR 32
 
+#define PHY_FLAG_BROKEN_RESET  (1 << 0) /* soft reset not supported */
+
 #define PHY_DEFAULT_FEATURES   (SUPPORTED_Autoneg | \
                                 SUPPORTED_TP | \
                                 SUPPORTED_MII)