diff options
author | Terry Lv <r65388@freescale.com> | 2010-05-07 21:19:41 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2010-05-11 14:28:22 +0800 |
commit | 9667c8061fcfe407b2fa2055b09e0509dc7cc041 (patch) | |
tree | 179c41decd496409792ce15120001e585cfaf5eb /include/configs/mx53_arm2.h | |
parent | bd4a694934e348acb930f05fe25dcee6b53b3685 (diff) | |
download | u-boot-imx-9667c8061fcfe407b2fa2055b09e0509dc7cc041.zip u-boot-imx-9667c8061fcfe407b2fa2055b09e0509dc7cc041.tar.gz u-boot-imx-9667c8061fcfe407b2fa2055b09e0509dc7cc041.tar.bz2 |
ENGR00123278: Support clock operation functions
Support clock operation functions.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/configs/mx53_arm2.h')
-rw-r--r-- | include/configs/mx53_arm2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx53_arm2.h b/include/configs/mx53_arm2.h index 5517459..7265062 100644 --- a/include/configs/mx53_arm2.h +++ b/include/configs/mx53_arm2.h @@ -97,6 +97,9 @@ #define CONFIG_CMD_MMC #define CONFIG_CMD_ENV +#define CONFIG_CMD_CLOCK +#define CONFIG_REF_CLK_FREQ CONFIG_MX53_HCLK_FREQ + #undef CONFIG_CMD_IMLS #define CONFIG_BOOTDELAY 3 |