]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
dm36x: revert cache disable patch
authorManjunath Hadli <manjunath.hadli@ti.com>
Fri, 7 Oct 2011 23:34:37 +0000 (23:34 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 27 Oct 2011 19:56:35 +0000 (21:56 +0200)
revert commit 98c19aff9524e1d0dd6bf39bf7bde5644f121feb as the
disabling of cache need not be done explicitly. Subsequent
patches to new cache management framework has fixed it.
EMAC issue with cache coherency still exists when cahces are
enabled.

Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
include/configs/davinci_dm365evm.h

index 323c0b4dfed0ad428a81e01caeaad7d5186e384c..5fa2e56c315b16e893d6d4b4113f3bda06b6dbe3 100644 (file)
@@ -33,9 +33,6 @@
 #define CONFIG_SYS_HZ_CLOCK            24000000        /* timer0 freq */
 #define CONFIG_SYS_HZ                  1000
 #define CONFIG_SOC_DM365
-#define CONFIG_SYS_ICACHE_OFF
-#define CONFIG_SYS_DCACHE_OFF
-#define CONFIG_SYS_L2CACHE_OFF
 
 /* Memory Info */
 #define CONFIG_NR_DRAM_BANKS           1