diff mbox

[03/13] ARM: uniphier: fix bogus comment

Message ID 1458286912-3475-4-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 013dcc7863b990f7bd0680e1ced320bf6a963e8f
Headers show

Commit Message

Masahiro Yamada March 18, 2016, 7:41 a.m. UTC
This comment line is telling the opposite of the logic.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 include/configs/uniphier.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 9c9e3b8..784d3c1 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -34,7 +34,7 @@ 
 
 #define CONFIG_SYS_CACHELINE_SIZE	32
 
-/* Comment out the following to enable L2 cache */
+/* Comment out the following to disable L2 cache */
 #define CONFIG_UNIPHIER_L2CACHE_ON
 
 #define CONFIG_DISPLAY_CPUINFO