summaryrefslogtreecommitdiff
path: root/board/technexion
diff options
context:
space:
mode:
authorEric Nelson <eric@nelint.com>2017-08-31 08:34:23 -0700
committerStefano Babic <sbabic@denx.de>2017-09-18 17:15:28 +0200
commit8590786acfc3d2afb46f739c2e72b98ef3d9e172 (patch)
tree2d789f16034cc43bc38fca308718830976f33136 /board/technexion
parente203dcf23e9eabc2e4f3d0b079457cd1516f2081 (diff)
imx: imx7d: remove CamelCase from ENET_xMHz macros
Update these macros to use all upper-case to avoid checkpatch warnings: ENET_25MHz, ENET_50MHz, ENET_125MHz, Signed-off-by: Eric Nelson <eric@nelint.com> Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/technexion')
-rw-r--r--board/technexion/pico-imx7d/pico-imx7d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/technexion/pico-imx7d/pico-imx7d.c b/board/technexion/pico-imx7d/pico-imx7d.c
index b4c9be7378..67bab51dfd 100644
--- a/board/technexion/pico-imx7d/pico-imx7d.c
+++ b/board/technexion/pico-imx7d/pico-imx7d.c
@@ -182,7 +182,7 @@ static int setup_fec(void)
(IOMUXC_GPR_GPR1_GPR_ENET1_TX_CLK_SEL_MASK |
IOMUXC_GPR_GPR1_GPR_ENET1_CLK_DIR_MASK), 0);
- return set_clk_enet(ENET_125MHz);
+ return set_clk_enet(ENET_125MHZ);
}
int board_phy_config(struct phy_device *phydev)