Skip to content

Commit

Permalink
DA850evm: Remove dead code
Browse files Browse the repository at this point in the history
There is an #ifdef and #endif with nothing in between.  This patch simply
removes this dead/useless code.

Signed-off-by: Adam Ford <[email protected]>
  • Loading branch information
aford173 authored and trini committed Jan 19, 2018
1 parent 4b37928 commit 3cf0061
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/configs/da850evm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3cf0061

Please sign in to comment.