diff options
author | Adam Ford <aford173@gmail.com> | 2017-11-25 13:39:09 -0600 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-12-29 11:17:22 +0100 |
commit | 1b25f2d9d72823cc6ba35e8cb9086c9b3f6b849b (patch) | |
tree | b466353c25828a5dcbfd839e4c1df06bc138cce0 | |
parent | b47b7053108d9b41a49a2b2d9df096a35e26c0d4 (diff) | |
download | u-boot-1b25f2d9d72823cc6ba35e8cb9086c9b3f6b849b.tar.gz |
mx6_common: remove dead code
There is an #ifdef and #endif with nothing in between. This patch simply
removes this dead/useless code.
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
-rw-r--r-- | include/configs/mx6_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 4de9db65c1..5fb85a1127 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -65,9 +65,6 @@ #define CONFIG_SYS_CBSIZE 512 #define CONFIG_SYS_MAXARGS 32 -#ifndef CONFIG_SYS_DCACHE_OFF -#endif - /* GPIO */ #define CONFIG_MXC_GPIO |