[U-Boot] [PATCH] kirkwood: define CONFIG_SYS_CACHELINE_SIZE

Michael Walle michael at walle.cc
Thu Oct 27 23:16:03 CEST 2011


Signed-off-by: Michael Walle <michael at walle.cc>
Cc: Albert ARIBAUD <albert.u.boot at aribaud.net>
Cc: Prafulla Wadaskar <prafulla at marvell.com>
---
 arch/arm/include/asm/arch-kirkwood/config.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/include/asm/arch-kirkwood/config.h b/arch/arm/include/asm/arch-kirkwood/config.h
index b393b1a..69a1106 100644
--- a/arch/arm/include/asm/arch-kirkwood/config.h
+++ b/arch/arm/include/asm/arch-kirkwood/config.h
@@ -40,6 +40,7 @@
 #endif /* CONFIG_KW88F6281 */
 
 #define CONFIG_ARM926EJS	1	/* Basic Architecture */
+#define CONFIG_SYS_CACHELINE_SIZE	32
 
 #define CONFIG_MD5	/* get_random_hex on krikwood needs MD5 support */
 #define CONFIG_KIRKWOOD_EGIGA_INIT	/* Enable GbePort0/1 for kernel */
-- 
1.7.2.5



More information about the U-Boot mailing list