From 595f3e56459797d70e842bce93d0dd01455a329f Mon Sep 17 00:00:00 2001 From: Liu Hui-R64343 Date: Mon, 3 Jan 2011 22:27:35 +0000 Subject: MX5: Add initial support for MX53 processor Add initial support for Freescale MX53 processor, - Add the iomux support and the pin definition, - Add the regs definition, clean up some unused def from mx51, - Add the low level init support, make use the freq input of setup_pll macro Signed-off-by: Jason Liu --- include/configs/vision2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/configs/vision2.h') diff --git a/include/configs/vision2.h b/include/configs/vision2.h index a5c116b347..4c8e7fa4f5 100644 --- a/include/configs/vision2.h +++ b/include/configs/vision2.h @@ -24,11 +24,12 @@ #ifndef __CONFIG_H #define __CONFIG_H -#include #define CONFIG_MX51 /* in a mx51 */ #define CONFIG_L2_OFF +#include + #define CONFIG_SYS_MX5_HCLK 24000000 #define CONFIG_SYS_MX5_CLK32 32768 #define CONFIG_DISPLAY_CPUINFO -- cgit v1.2.1