diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx53_rd/mx53_rd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx53_rd/mx53_rd.c b/board/freescale/mx53_rd/mx53_rd.c index 9c71514..596dfd7 100644 --- a/board/freescale/mx53_rd/mx53_rd.c +++ b/board/freescale/mx53_rd/mx53_rd.c @@ -1041,7 +1041,7 @@ void setup_nfc(void) * limit NFC clocks as 34MHZ. The user can modify * it according to dedicate NAND flash */ - clk_config(0, 34, MXC_NFC_CLK); + clk_config(0, 34, NFC_CLK); #if defined(CONFIG_MX53_ARD) mxc_request_iomux(MX53_PIN_NANDF_CS0, |