]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx35: mx35pdk: fix when cache functions are linked
authorStefano Babic <sbabic@denx.de>
Sun, 1 Apr 2012 03:23:01 +0000 (03:23 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 16 Apr 2012 12:53:59 +0000 (14:53 +0200)
Signed-off-by: Stefano Babic <sbabic@denx.de>
include/configs/mx35pdk.h

index 0c62b9fdfb3deb2f6f605dd053fcd1c383e60f32..1e03639adfb40339360e9b9ea29927f9065e9dde 100644 (file)
@@ -38,6 +38,7 @@
 
 /* Set TEXT at the beginning of the NOR flash */
 #define CONFIG_SYS_TEXT_BASE   0xA0000000
+#define CONFIG_SYS_CACHELINE_SIZE      32
 
 #define CONFIG_SYS_64BIT_VSPRINTF
 
 #define CONFIG_BOOTP_DNS
 
 #define CONFIG_CMD_NAND
+#define CONFIG_CMD_CACHE
 
 #define CONFIG_CMD_I2C
 #define CONFIG_CMD_SPI