diff options
author | Jason Liu <r64343@freescale.com> | 2010-10-18 11:09:26 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2010-10-18 10:43:19 +0200 |
commit | ff9f475d5d46da7e4acf523a61aef65638765670 (patch) | |
tree | f2c6d6d8815ace4162a97d504ba0a761f0d65dca /include/configs | |
parent | cacc342d5aa311673efdc05770cb53246dd41c9f (diff) | |
download | u-boot-imx-ff9f475d5d46da7e4acf523a61aef65638765670.zip u-boot-imx-ff9f475d5d46da7e4acf523a61aef65638765670.tar.gz u-boot-imx-ff9f475d5d46da7e4acf523a61aef65638765670.tar.bz2 |
MX5: rename mx51 to mx5
Rename mx51 to mx5 in order to support more mx51
like-style SOCs such as MX53 and the followings.
Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx51evk.h | 4 | ||||
-rw-r--r-- | include/configs/vision2.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 8864f3a..6165473 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -30,8 +30,8 @@ #define CONFIG_MX51 /* in a mx51 */ #define CONFIG_SKIP_RELOCATE_UBOOT -#define CONFIG_MX51_HCLK_FREQ 24000000 /* RedBoot says 26MHz */ -#define CONFIG_MX51_CLK32 32768 +#define CONFIG_SYS_MX5_HCLK 24000000 +#define CONFIG_SYS_MX5_CLK32 32768 #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO diff --git a/include/configs/vision2.h b/include/configs/vision2.h index 44a6f8b..a2ecbe5 100644 --- a/include/configs/vision2.h +++ b/include/configs/vision2.h @@ -29,8 +29,8 @@ #define CONFIG_MX51 /* in a mx51 */ #define CONFIG_L2_OFF -#define CONFIG_MX51_HCLK_FREQ 24000000 -#define CONFIG_MX51_CLK32 32768 +#define CONFIG_SYS_MX5_HCLK 24000000 +#define CONFIG_SYS_MX5_CLK32 32768 #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO |