]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/ls2085aqds.h
common/board_f.c: modify the macro to use get_clocks() more common
[people/ms/u-boot.git] / include / configs / ls2085aqds.h
index f7f38700323fd8f7341d47d7b0327dec531150b4..4cfcf980941de22c28be165665f9bf7e4a652fef 100644 (file)
@@ -16,6 +16,7 @@ unsigned long get_board_sys_clk(void);
 unsigned long get_board_ddr_clk(void);
 #endif
 
+#define CONFIG_FSL_CLK
 #define CONFIG_SYS_CLK_FREQ            get_board_sys_clk()
 #define CONFIG_DDR_CLK_FREQ            get_board_ddr_clk()
 #define COUNTER_FREQUENCY_REAL         (CONFIG_SYS_CLK_FREQ/4)