diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-04-12 10:03:33 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2016-04-12 12:24:57 +0800 |
commit | 1813273a21dbe6de62d121946d041fd2a6a66064 (patch) | |
tree | 1dc4ba536064e70c7b840643739320dcb991ac52 | |
parent | 4543971c6078410078efbc830b9fc86363e7bebd (diff) | |
download | u-boot-imx-1813273a21dbe6de62d121946d041fd2a6a66064.zip u-boot-imx-1813273a21dbe6de62d121946d041fd2a6a66064.tar.gz u-boot-imx-1813273a21dbe6de62d121946d041fd2a6a66064.tar.bz2 |
MLK-12616-7 mx6ull: Not apply the PMIC_STBY_REQ_PAD work around for mx6ull
Since the work around is only for mx6ul TO1.0, so not use it for mx6ull.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r-- | arch/arm/cpu/armv7/mx6/soc.c | 2 |
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 6baaf66..71001fb 100644 --- a/arch/arm/cpu/armv7/mx6/soc.c +++ b/arch/arm/cpu/armv7/mx6/soc.c @@ -469,7 +469,7 @@ int arch_cpu_init(void) set_ahb_rate(132000000); #endif -#if defined(CONFIG_MX6UL) +#if !defined(CONFIG_MX6ULL) && defined(CONFIG_MX6UL) if (is_soc_rev(CHIP_REV_1_0) == 0) { /* * According to the design team's requirement on i.MX6UL, |