[U-Boot] [PATCH 03/13] ARM: uniphier: fix bogus comment

Masahiro Yamada yamada.masahiro at socionext.com
Fri Mar 18 08:41:42 CET 2016


This comment line is telling the opposite of the logic.

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

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

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
-- 
1.9.1



More information about the U-Boot mailing list