summaryrefslogtreecommitdiff
path: root/include/configs/rcar-gen2-common.h
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2016-01-27 07:46:11 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2016-01-31 15:32:56 (GMT)
commit3709844f2366cd75eacee1deeedadaa507ddc9a1 (patch)
treed89b5d8b6a58a9dc38d18e3415a06a9622932b6e /include/configs/rcar-gen2-common.h
parent8890c2fbe6ed4c5ca9a61f21e846a55f8f2c38fc (diff)
downloadu-boot-3709844f2366cd75eacee1deeedadaa507ddc9a1.tar.xz
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 <albert.u.boot@aribaud.net> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/rcar-gen2-common.h')
-rw-r--r--include/configs/rcar-gen2-common.h2
1 files changed, 2 insertions, 0 deletions
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 <asm/arch/rmobile.h>
#define CONFIG_CMD_DFL