public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot]  armv7: fix: Disable D cache for goni target (s5p)
@ 2011-07-11  7:41 Lukasz Majewski
  2011-07-14 14:00 ` Albert ARIBAUD
  0 siblings, 1 reply; 4+ messages in thread
From: Lukasz Majewski @ 2011-07-11  7:41 UTC (permalink / raw)
  To: u-boot

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 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
index d648ce8..010428b 100644
--- a/include/configs/s5p_goni.h
+++ b/include/configs/s5p_goni.h
@@ -74,6 +74,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>
 
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-16  9:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-11  7:41 [U-Boot] armv7: fix: Disable D cache for goni target (s5p) Lukasz Majewski
2011-07-14 14:00 ` Albert ARIBAUD
2011-07-15  7:34   ` Lukasz Majewski
2011-07-16  9:33     ` Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox