]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/net/ns7520_eth.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / drivers / net / ns7520_eth.c
index e19c22325577a98797f959b5735d32a939b04d12..c28726e698f0e796b180b083db6cb3f5b20d28f9 100644 (file)
@@ -86,8 +86,8 @@ static int nDebugLvl = DEBUG_ERROR_CRIT;
 # define ASSERT(expr, func)
 #endif                         /* DEBUG */
 
-#define NS7520_MII_NEG_DELAY           (5*CFG_HZ)      /* in s */
-#define TX_TIMEOUT                     (5*CFG_HZ)      /* in s */
+#define NS7520_MII_NEG_DELAY           (5*CONFIG_SYS_HZ)       /* in s */
+#define TX_TIMEOUT                     (5*CONFIG_SYS_HZ)       /* in s */
 #define RX_STALL_WORKAROUND_CNT 100
 
 static int ns7520_eth_reset(void);