diff options
author | Gong Qianyu | 2015-09-09 16:44:16 +0800 |
---|---|---|
committer | Tom Rini | 2015-10-24 13:50:38 -0400 |
commit | 677f970bc62a661690b3431543d5a5d5e682ba70 (patch) | |
tree | 5a3194d420f442c5e58be7e99457245f853bba66 /include/configs/mx51evk.h | |
parent | 09f3ca3dd53b671b009ddc4e1dad669c280094f0 (diff) |
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 <Qianyu.Gong@freescale.com>
Diffstat (limited to 'include/configs/mx51evk.h')
-rw-r--r-- | include/configs/mx51evk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 3cbc53e3117..35c9346638f 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -18,6 +18,7 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_FSL_CLK #define CONFIG_SYS_TEXT_BASE 0x97800000 #include <asm/arch/imx-regs.h> |