aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2017-12-30 06:04:03 -0600
committerTom Rini <trini@konsulko.com>2018-01-19 15:49:28 -0500
commit3cf0061ab52359b14de2db512a1b03d30054e939 (patch)
tree53a1178e3b60af05b6e4fad4c9ec2b8d9d7271b1
parent4b37928d3577e1b540b12d709e9b551fee3ccbd6 (diff)
downloadu-boot-3cf0061ab52359b14de2db512a1b03d30054e939.zip
u-boot-3cf0061ab52359b14de2db512a1b03d30054e939.tar.gz
u-boot-3cf0061ab52359b14de2db512a1b03d30054e939.tar.bz2
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 <aford173@gmail.com>
-rw-r--r--include/configs/da850evm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h
index 4364649..3ca5965 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)