diff options
author | Adam Ford <aford173@gmail.com> | 2017-12-30 06:04:03 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-19 15:49:28 -0500 |
commit | 3cf0061ab52359b14de2db512a1b03d30054e939 (patch) | |
tree | 53a1178e3b60af05b6e4fad4c9ec2b8d9d7271b1 /include | |
parent | 4b37928d3577e1b540b12d709e9b551fee3ccbd6 (diff) | |
download | u-boot-3cf0061ab52359b14de2db512a1b03d30054e939.tar.gz |
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')
-rw-r--r-- | include/configs/da850evm.h | 6 |
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) |