summaryrefslogtreecommitdiff
path: root/board/freescale/common/cadmus.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/common/cadmus.c')
-rw-r--r--board/freescale/common/cadmus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/common/cadmus.c b/board/freescale/common/cadmus.c
index 7e7394f333..8f3fb5fa81 100644
--- a/board/freescale/common/cadmus.c
+++ b/board/freescale/common/cadmus.c
@@ -5,7 +5,7 @@
#include <common.h>
-
+#include <clock_legacy.h>
/*
* CADMUS Board System Registers
@@ -37,7 +37,7 @@ get_board_version(void)
unsigned long
-get_clock_freq(void)
+get_board_sys_clk(void)
{
volatile cadmus_reg_t *cadmus = (cadmus_reg_t *)CONFIG_SYS_CADMUS_BASE_REG;