There is an #ifdef and #endif with nothing in between. This patch simply removes this dead/useless code.
Signed-off-by: Adam Ford <[email protected]> diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 4de9db6..5fb85a1 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 -- 2.7.4 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

