]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
DA850evm: Remove dead code
authorAdam Ford <aford173@gmail.com>
Sat, 30 Dec 2017 12:04:03 +0000 (06:04 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jan 2018 20:49:28 +0000 (15:49 -0500)
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>
include/configs/da850evm.h

index 43646490ec3579b09c5be829c27e08258ed004b0..3ca596515013a30405cd2b356e56eb98aa60941d 100644 (file)
 #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)