From 3709844f2366cd75eacee1deeedadaa507ddc9a1 Mon Sep 17 00:00:00 2001 From: Albert ARIBAUD Date: Wed, 27 Jan 2016 08:46:11 +0100 Subject: armv7: add cacheline sizes where missing Some armv7 targets are missing a cache line size declaration. In preparation for "arm: cache: Implement cache range check for v7" patch, add these declarations with the appropriate value for the target's SoC or CPU. Signed-off-by: Albert ARIBAUD Reviewed-by: Tom Rini --- include/configs/rcar-gen2-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/rcar-gen2-common.h') diff --git a/include/configs/rcar-gen2-common.h b/include/configs/rcar-gen2-common.h index f0a3a18..f750b53 100644 --- a/include/configs/rcar-gen2-common.h +++ b/include/configs/rcar-gen2-common.h @@ -9,6 +9,8 @@ #ifndef __RCAR_GEN2_COMMON_H #define __RCAR_GEN2_COMMON_H +#define CONFIG_SYS_CACHELINE_SIZE 64 + #include #define CONFIG_CMD_DFL -- cgit v1.1