armv7: fix: Disable D cache for goni target (s5p)
authorLukasz Majewski <l.majewski@samsung.com>
Tue, 30 Aug 2011 08:00:23 +0000 (10:00 +0200)
committerLukasz Majewski <l.majewski@samsung.com>
Fri, 23 Sep 2011 08:21:34 +0000 (10:21 +0200)
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Aneesh V <aneesh@ti.com>
include/configs/s5p_goni.h

index 6d0058f..886c8be 100644 (file)
@@ -73,6 +73,9 @@
 /* It should define before config_cmd_default.h */
 #define CONFIG_SYS_NO_FLASH            1
 
+/* Cache D configuration */
+#define CONFIG_SYS_DCACHE_OFF
+
 /* Command definition */
 #include <config_cmd_default.h>