From 5bbf1a7856a6ae2bccfe60bce9b99a3a85abcbb9 Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson@gmail.com>
Date: Sat, 12 May 2018 09:44:20 +0100
Subject: [PATCH] mx7: remove empty ifndef statement

Signed-off-by: Peter Robinson <pbrobinson@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 da5a92502bd..b0b7e1edd4f 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
 
-- 
GitLab