diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/exynos5250-dt.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 8c21909d6..c9c19a75f 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -37,6 +37,8 @@  /* Keep L2 Cache Disabled */  #define CONFIG_SYS_DCACHE_OFF +#define CONFIG_SYS_CACHELINE_SIZE	64 +  /* Enable ACE acceleration for SHA1 and SHA256 */  #define CONFIG_EXYNOS_ACE_SHA  #define CONFIG_SHA_HW_ACCEL |