From 5bbf1a7856a6ae2bccfe60bce9b99a3a85abcbb9 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 12 May 2018 09:44:20 +0100 Subject: [PATCH] mx7: remove empty ifndef statement Signed-off-by: Peter Robinson --- 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.39.5