mirror of
https://xff.cz/git/u-boot/
synced 2026-01-06 07:29:18 +01:00
global: Migrate CONFIG_PHY_ET1011C_TX_CLK_FIX to CFG
Perform a simple rename of CONFIG_PHY_ET1011C_TX_CLK_FIX to CFG_PHY_ET1011C_TX_CLK_FIX Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -60,7 +60,7 @@ static int et1011c_parse_status(struct phy_device *phydev)
|
||||
mii_reg |
|
||||
ET1011C_GMII_INTERFACE |
|
||||
ET1011C_SYS_CLK_EN |
|
||||
#ifdef CONFIG_PHY_ET1011C_TX_CLK_FIX
|
||||
#ifdef CFG_PHY_ET1011C_TX_CLK_FIX
|
||||
ET1011C_TX_CLK_EN |
|
||||
#endif
|
||||
ET1011C_TX_FIFO_DEPTH_16);
|
||||
|
||||
Reference in New Issue
Block a user