]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
pantheon: define CONFIG_SYS_CACHELINE_SIZE
authorLei Wen <[leiwen@marvell.com]>
Tue, 1 Nov 2011 10:55:56 +0000 (16:25 +0530)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 3 Nov 2011 21:56:22 +0000 (22:56 +0100)
By default, on Pantheon SoC DCache Lnd ICache line
lengths are 32 bytes long

Signed-off-by: Lei Wen <leiwen@marvell.com>
arch/arm/include/asm/arch-pantheon/config.h

index d10583dec48c03091558d9f4a6b528995340fc8d..e4fce7da92efcb14a39f6c4082a1ce7053a1f782 100644 (file)
@@ -28,6 +28,8 @@
 #include <asm/arch/pantheon.h>
 
 #define CONFIG_ARM926EJS       1       /* Basic Architecture */
+/* default Dcache Line length for pantheon */
+#define CONFIG_SYS_CACHELINE_SIZE      32
 
 #define CONFIG_SYS_TCLK                (14745600)      /* NS16550 clk config */
 #define CONFIG_SYS_HZ_CLOCK    (3250000)       /* Timer Freq. 3.25MHZ */