summaryrefslogtreecommitdiff
path: root/board/freescale/t4rdb/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/t4rdb/spl.c')
-rw-r--r--board/freescale/t4rdb/spl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/freescale/t4rdb/spl.c b/board/freescale/t4rdb/spl.c
index 69d1449b07..c7d5de35d5 100644
--- a/board/freescale/t4rdb/spl.c
+++ b/board/freescale/t4rdb/spl.c
@@ -30,11 +30,6 @@ phys_size_t get_effective_memsize(void)
return CONFIG_SYS_L3_SIZE;
}
-unsigned long get_board_sys_clk(void)
-{
- return CONFIG_SYS_CLK_FREQ;
-}
-
void board_init_f(ulong bootflag)
{
u32 plat_ratio, sys_clk, ccb_clk;