diff options
Diffstat (limited to 'include/configs/mx53_evk.h')
-rw-r--r-- | include/configs/mx53_evk.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/configs/mx53_evk.h b/include/configs/mx53_evk.h index b327a92..85bd02f 100644 --- a/include/configs/mx53_evk.h +++ b/include/configs/mx53_evk.h @@ -26,8 +26,6 @@ /* High Level Configuration Options */ #define CONFIG_ARMV7 /* This is armv7 Cortex-A8 CPU core */ -#define CONFIG_SYS_APCS_GNU - #define CONFIG_MXC #define CONFIG_MX53 #define CONFIG_MX53_EVK @@ -39,7 +37,11 @@ #define CONFIG_ARCH_CPU_INIT #define CONFIG_ARCH_MMU -#define CONFIG_MX53_HCLK_FREQ 24000000 /* RedBoot says 26MHz */ +#define CONFIG_MX53_HCLK_FREQ 24000000 +#define CONFIG_SYS_PLL2_FREQ 600 +#define CONFIG_SYS_AHB_PODF 4 +#define CONFIG_SYS_AXIA_PODF 1 +#define CONFIG_SYS_AXIB_PODF 2 #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO |