]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
exynos5: Enable data cache
authorSimon Glass <sjg@chromium.org>
Wed, 8 Oct 2014 04:01:39 +0000 (22:01 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 8 Oct 2014 08:25:46 +0000 (17:25 +0900)
Things run faster when the data cache is enabled, so turn it on along with
the 'dcache' command.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/exynos5-dt.h

index 1dc30025237225706e5118bae2e7df2dd933ba34..68f3a41cc1624881d492f95072229b102b56f7ec 100644 (file)
@@ -33,8 +33,8 @@
 #define CONFIG_TRACE_EARLY_ADDR                0x50000000
 
 /* Keep L2 Cache Disabled */
-#define CONFIG_SYS_DCACHE_OFF
 #define CONFIG_SYS_CACHELINE_SIZE      64
+#define CONFIG_CMD_CACHE
 
 /* Enable ACE acceleration for SHA1 and SHA256 */
 #define CONFIG_EXYNOS_ACE_SHA