diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-05-12 09:44:20 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-05-17 12:03:56 +0200 |
commit | 5bbf1a7856a6ae2bccfe60bce9b99a3a85abcbb9 (patch) | |
tree | 9b100c20eff393d458fd8e61b58760429d609539 /include | |
parent | 8f5b794394d7abfffd37d80bd76f068a1370c5a5 (diff) |
mx7: remove empty ifndef statement
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx7_common.h | 3 |
1 files changed, 0 insertions, 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 |