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/woodburn_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/woodburn_common.h') diff --git a/include/configs/woodburn_common.h b/include/configs/woodburn_common.h index c25b710a585..e6f3e28fe1d 100644 --- a/include/configs/woodburn_common.h +++ b/include/configs/woodburn_common.h @@ -16,6 +16,7 @@ /* High Level Configuration Options */ #define CONFIG_MX35 #define CONFIG_MX35_HCLK_FREQ 24000000 +#define CONFIG_FSL_CLK #define CONFIG_SYS_DCACHE_OFF #define CONFIG_SYS_CACHELINE_SIZE 32 -- cgit v1.2.3