From 677f970bc62a661690b3431543d5a5d5e682ba70 Mon Sep 17 00:00:00 2001 From: Gong Qianyu Date: Wed, 9 Sep 2015 16:44:16 +0800 Subject: common/board_f.c: modify the macro to use get_clocks() more common get_clocks() should not be limited by ESDHC. Signed-off-by: Gong Qianyu --- include/configs/ls2085ardb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/ls2085ardb.h') diff --git a/include/configs/ls2085ardb.h b/include/configs/ls2085ardb.h index a190bc7..583fed5 100644 --- a/include/configs/ls2085ardb.h +++ b/include/configs/ls2085ardb.h @@ -18,6 +18,7 @@ unsigned long get_board_sys_clk(void); #endif +#define CONFIG_FSL_CLK #define CONFIG_SYS_CLK_FREQ get_board_sys_clk() #define CONFIG_DDR_CLK_FREQ 133333333 #define COUNTER_FREQUENCY_REAL (CONFIG_SYS_CLK_FREQ/4) -- cgit v1.1