diff options
author | Tom Rini <trini@konsulko.com> | 2017-09-20 12:32:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-20 12:32:34 -0400 |
commit | e884656c2c0b2406b9bf99ea76f5a8c75128a331 (patch) | |
tree | 520d14bd1fdaed0adefc4209f53dc0d0d1467b67 /board/freescale/mx7dsabresd | |
parent | 975f97b43181694041f77ecd8118364afe588144 (diff) | |
parent | 031426a7af63d3c939fc963311e6dc8e904a0440 (diff) |
Merge git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'board/freescale/mx7dsabresd')
-rw-r--r-- | board/freescale/mx7dsabresd/mx7dsabresd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx7dsabresd/mx7dsabresd.c b/board/freescale/mx7dsabresd/mx7dsabresd.c index a681ecef3a..5819b1825d 100644 --- a/board/freescale/mx7dsabresd/mx7dsabresd.c +++ b/board/freescale/mx7dsabresd/mx7dsabresd.c @@ -260,7 +260,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); } |