[U-Boot] [PATCH] arm: kirkwood: lsxl: disable dcache

Michael Walle michael at walle.cc
Sun Mar 17 18:07:42 UTC 2019


Both the network as well as the USB driver are not working with the
data cache enabled.

Signed-off-by: Michael Walle <michael at walle.cc>
---
 include/configs/lsxl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h
index 9d4be18413..728263910e 100644
--- a/include/configs/lsxl.h
+++ b/include/configs/lsxl.h
@@ -32,6 +32,7 @@
 #define CONFIG_SHOW_BOOT_PROGRESS
 
 #define CONFIG_KIRKWOOD_GPIO
+#define CONFIG_SYS_DCACHE_OFF
 
 /*
  * Commands configuration
-- 
2.11.0



More information about the U-Boot mailing list