[U-Boot] [PATCH] mx7: remove empty ifndef statement

Peter Robinson pbrobinson at gmail.com
Sat May 12 08:44:20 UTC 2018


Signed-off-by: Peter Robinson <pbrobinson at gmail.com>
---
 include/configs/mx7_common.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h
index da5a92502b..b0b7e1edd4 100644
--- a/include/configs/mx7_common.h
+++ b/include/configs/mx7_common.h
@@ -36,9 +36,6 @@
 #define CONFIG_SYS_CBSIZE		512
 #define CONFIG_SYS_MAXARGS		32
 
-#ifndef CONFIG_SYS_DCACHE_OFF
-#endif
-
 /* UART */
 #define CONFIG_MXC_UART
 
-- 
2.17.0



More information about the U-Boot mailing list