Title: [8197] trunk/arch/blackfin/configs/BF561-EZKIT_defconfig: set bf561-ezkit default cache mode to writethrough to avoid anomalies
Revision
8197
Author
vapier
Date
2010-01-19 12:44:55 -0500 (Tue, 19 Jan 2010)

Log Message

set bf561-ezkit default cache mode to writethrough to avoid anomalies

Modified Paths

Diff

Modified: trunk/arch/blackfin/configs/BF561-EZKIT_defconfig (8196 => 8197)


--- trunk/arch/blackfin/configs/BF561-EZKIT_defconfig	2010-01-19 14:45:38 UTC (rev 8196)
+++ trunk/arch/blackfin/configs/BF561-EZKIT_defconfig	2010-01-19 17:44:55 UTC (rev 8197)
@@ -369,11 +369,11 @@
 CONFIG_BFIN_DCACHE=y
 # CONFIG_BFIN_DCACHE_BANKA is not set
 CONFIG_BFIN_EXTMEM_DCACHEABLE=y
-CONFIG_BFIN_EXTMEM_WRITEBACK=y
-# CONFIG_BFIN_EXTMEM_WRITETHROUGH is not set
+# CONFIG_BFIN_EXTMEM_WRITEBACK is not set
+CONFIG_BFIN_EXTMEM_WRITETHROUGH=y
 CONFIG_BFIN_L2_DCACHEABLE=y
-CONFIG_BFIN_L2_WRITEBACK=y
-# CONFIG_BFIN_L2_WRITETHROUGH is not set
+# CONFIG_BFIN_L2_WRITEBACK is not set
+CONFIG_BFIN_L2_WRITETHROUGH=y
 
 #
 # Memory Protection Unit
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to