From: Michal Simek Date: Thu, 4 Feb 2016 08:14:31 +0000 (+0100) Subject: phy: ti: Do not use binary specification in macros X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=affebde8ffeb1dcd3f821e027a1f252970b4086f;p=thirdparty%2Fu-boot.git phy: ti: Do not use binary specification in macros Sync it with mainline. Signed-off-by: Michal Simek --- diff --git a/drivers/net/phy/ti.c b/drivers/net/phy/ti.c index 5e91c4e3a24..c3912d52f32 100644 --- a/drivers/net/phy/ti.c +++ b/drivers/net/phy/ti.c @@ -42,7 +42,7 @@ /* PHY CTRL bits */ #define DP83867_PHYCR_FIFO_DEPTH_SHIFT 14 #define DP83867_MDI_CROSSOVER 5 -#define DP83867_MDI_CROSSOVER_AUTO 0b10 +#define DP83867_MDI_CROSSOVER_AUTO 2 /* RGMIIDCTL bits */ #define DP83867_RGMII_TX_CLK_DELAY_SHIFT 4