From: Vivek Gautam Date: Sat, 14 Sep 2013 08:32:50 +0000 (+0530) Subject: config: arm: exynos5250: Define CONFIG_SYS_CACHELINE_SIZE X-Git-Tag: v2014.01-rc1~207^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6c86decbb27e3d1e64af222d3179a88d0ea0a0d;p=platform%2Fkernel%2Fu-boot.git config: arm: exynos5250: Define CONFIG_SYS_CACHELINE_SIZE XHCI stack driver needs this to align buffers to CacheLine boundary. So define the same to be '64' Signed-off-by: Vivek Gautam Cc: Julius Werner Cc: Simon Glass Cc: Minkyu Kang Cc: Dan Murphy Cc: Marek Vasut --- diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 8c21909..c9c19a7 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