summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-04-12 10:03:33 +0800
committerPeng Fan <peng.fan@nxp.com>2016-04-13 11:28:03 +0800
commit7b5267e26efdda855795532c844139ac615f7968 (patch)
tree58fe24c7dfac7fcf424b06c2fa97274abfbb8a00 /arch
parent8ee6dc05a09744e5a489fb8dc756164bbd1d7dd0 (diff)
downloadu-boot-imx-7b5267e26efdda855795532c844139ac615f7968.zip
u-boot-imx-7b5267e26efdda855795532c844139ac615f7968.tar.gz
u-boot-imx-7b5267e26efdda855795532c844139ac615f7968.tar.bz2
MLK-12616-7 mx6ull: Not setting ahb clock
Rom already initialized clock at 396M and 132M for arm core and ahb Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv7/mx6/soc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c
index 3850e1f..a1d7721 100644
--- a/arch/arm/cpu/armv7/mx6/soc.c
+++ b/arch/arm/cpu/armv7/mx6/soc.c
@@ -460,7 +460,7 @@ int arch_cpu_init(void)
*/
init_bandgap();
- if (!is_cpu_type(MXC_CPU_MX6UL)) {
+ if (!is_cpu_type(MXC_CPU_MX6UL) && !is_cpu_type(MXC_CPU_MX6ULL)) {
/*
* When low freq boot is enabled, ROM will not set AHB
* freq, so we need to ensure AHB freq is 132MHz in such