From: Adam Ford Date: Sat, 30 Dec 2017 12:04:03 +0000 (-0600) Subject: DA850evm: Remove dead code X-Git-Tag: v2018.03-rc1~142 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3cf0061ab52359b14de2db512a1b03d30054e939;p=u-boot DA850evm: 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 --- diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index 43646490ec..3ca5965150 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -303,17 +303,11 @@ #define CONFIG_CLOCKS #endif -#ifndef CONFIG_DRIVER_TI_EMAC -#endif - #ifdef CONFIG_USE_NAND #define CONFIG_MTD_DEVICE #define CONFIG_MTD_PARTITIONS #endif -#ifdef CONFIG_USE_SPIFLASH -#endif - #if !defined(CONFIG_USE_NAND) && \ !defined(CONFIG_USE_NOR) && \ !defined(CONFIG_USE_SPIFLASH)