diff options
author | Adam Ford <aford173@gmail.com> | 2019-08-14 08:11:09 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-20 11:46:38 -0400 |
commit | e9e2216ef555a53224d40e36c5bfff13aaca635e (patch) | |
tree | 5b46e3639b2c2d01c6e9834d0b7be45404ab31e9 | |
parent | 1905af1e4c683725bd77181852a5be4067c0ec76 (diff) |
davinci: omapl138-lcdk: Remove empty compiler directives
There is an #ifdef with nothing inside it any longer. This patch
removes this empty #ifdef
Signed-off-by: Adam Ford <aford173@gmail.com>
-rw-r--r-- | board/davinci/da8xxevm/omapl138_lcdk.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/davinci/da8xxevm/omapl138_lcdk.c b/board/davinci/da8xxevm/omapl138_lcdk.c index 08881f039d..27a51d6a78 100644 --- a/board/davinci/da8xxevm/omapl138_lcdk.c +++ b/board/davinci/da8xxevm/omapl138_lcdk.c @@ -227,10 +227,6 @@ int board_init(void) return 0; } -#ifdef CONFIG_DRIVER_TI_EMAC - -#endif /* CONFIG_DRIVER_TI_EMAC */ - #define CFG_MAC_ADDR_SPI_BUS 0 #define CFG_MAC_ADDR_SPI_CS 0 #define CFG_MAC_ADDR_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED |