projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b37928
)
DA850evm: Remove dead code
author
Adam Ford
<aford173@gmail.com>
Sat, 30 Dec 2017 12:04:03 +0000
(06:04 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/include/configs/da850evm.h
b/include/configs/da850evm.h
index 43646490ec3579b09c5be829c27e08258ed004b0..3ca596515013a30405cd2b356e56eb98aa60941d 100644
(file)
--- 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)