diff options
author | Tom Rini <trini@konsulko.com> | 2019-08-20 21:39:40 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-20 21:39:40 -0400 |
commit | 000fc151150150c36c58f6d8e8d2e27d3b668a7d (patch) | |
tree | 244a6966b7b5c999bda9863537397c6f87c21496 /board/davinci/da8xxevm/omapl138_lcdk.c | |
parent | a2ca54ff52146f2bbf52d87bf4e121e8e15e9e07 (diff) | |
parent | e171dc2927e4d000122c5901db392096f4b031dc (diff) |
Merge branch '2019-08-20-ti-imports'
- More DaVinci cleanups
- Other minor omap2plus cleanups
Diffstat (limited to 'board/davinci/da8xxevm/omapl138_lcdk.c')
-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 |