diff options
Diffstat (limited to 'arch/arm/cpu/armv7/mx6')
| -rw-r--r-- | arch/arm/cpu/armv7/mx6/soc.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c index a3902962b..335706adf 100644 --- a/arch/arm/cpu/armv7/mx6/soc.c +++ b/arch/arm/cpu/armv7/mx6/soc.c @@ -150,6 +150,8 @@ int arch_cpu_init(void)  #ifndef CONFIG_SYS_DCACHE_OFF  void enable_caches(void)  { +	/* Avoid random hang when download by usb */ +	invalidate_dcache_all();  	/* Enable D-cache. I-cache is already enabled in start.S */  	dcache_enable();  } |