diff options
-rw-r--r-- | arch/arm/cpu/armv7/mx6/soc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c index 2ee0ce7..507f152 100644 --- a/arch/arm/cpu/armv7/mx6/soc.c +++ b/arch/arm/cpu/armv7/mx6/soc.c @@ -970,6 +970,9 @@ void v7_outer_cache_enable(void) #ifndef CONFIG_MX6Q val |= 0x40800000; +#else + if (is_mx6dqp()) + val |= 0x40800000; #endif writel(val, &pl310->pl310_prefetch_ctrl); |