summaryrefslogtreecommitdiff
path: root/include/configs/da850evm.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2017-12-30 15:04:03 +0300
committerTom Rini <trini@konsulko.com>2018-01-19 23:49:28 +0300
commit3cf0061ab52359b14de2db512a1b03d30054e939 (patch)
tree53a1178e3b60af05b6e4fad4c9ec2b8d9d7271b1 /include/configs/da850evm.h
parent4b37928d3577e1b540b12d709e9b551fee3ccbd6 (diff)
downloadu-boot-3cf0061ab52359b14de2db512a1b03d30054e939.tar.xz
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>
Diffstat (limited to 'include/configs/da850evm.h')
-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 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)