From 8e40852f0d60ab0b1381d43e38b31a6b3bcd6549 Mon Sep 17 00:00:00 2001 From: Aneesh V Date: Mon, 21 Nov 2011 23:38:59 +0000 Subject: omap: fix cache line size for omap3/omap4 boards Acked-by: Tom Rini Signed-off-by: Aneesh V Signed-off-by: Tom Rini --- include/configs/omap3_mvblx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/omap3_mvblx.h') diff --git a/include/configs/omap3_mvblx.h b/include/configs/omap3_mvblx.h index a0252a2999..7df75f555f 100644 --- a/include/configs/omap3_mvblx.h +++ b/include/configs/omap3_mvblx.h @@ -310,4 +310,6 @@ #define CONFIG_OMAP3_SPI +#define CONFIG_SYS_CACHELINE_SIZE 64 + #endif /* __CONFIG_H */ -- cgit v1.2.1