]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
imx: mx6ul Add CONFIG_SYS_CACHELINE_SIZE for i.MX6UL
authorPeng Fan <Peng.Fan@freescale.com>
Mon, 20 Jul 2015 11:28:24 +0000 (19:28 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 12:39:17 +0000 (14:39 +0200)
Since i.MX6UL's cache line size is 64bytes, need to
define the macro CONFIG_SYS_CACHELINE_SIZE to 64 for i.MX6UL.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
arch/arm/include/asm/arch-mx6/imx-regs.h

index cb68b44ff275d22d60c192522668f1c1bcea820b..7d721561c9f4d7acedc6b39f789e1d3b991aec1d 100644 (file)
 
 #define ARCH_MXC
 
+#ifdef CONFIG_MX6UL
+#define CONFIG_SYS_CACHELINE_SIZE      64
+#else
 #define CONFIG_SYS_CACHELINE_SIZE      32
+#endif
 
 #define ROMCP_ARB_BASE_ADDR             0x00000000
 #define ROMCP_ARB_END_ADDR              0x000FFFFF