summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s8962-ek/include/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm3s8962-ek/include/board.h')
-rw-r--r--nuttx/configs/lm3s8962-ek/include/board.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/nuttx/configs/lm3s8962-ek/include/board.h b/nuttx/configs/lm3s8962-ek/include/board.h
index 180e44dd3..8a1384d91 100644
--- a/nuttx/configs/lm3s8962-ek/include/board.h
+++ b/nuttx/configs/lm3s8962-ek/include/board.h
@@ -123,20 +123,5 @@
void tiva_boardinitialize(void);
-/************************************************************************************
- * Name: tiva_ethernetmac
- *
- * Description:
- * For the Ethernet Eval Kits, the MAC address will be stored in the non-volatile
- * USER0 and USER1 registers. If CONFIG_TIVA_BOARDMAC is defined, this function
- * will obtain the MAC address from these registers.
- *
- ************************************************************************************/
-
-#ifdef CONFIG_TIVA_BOARDMAC
-struct ether_addr;
-void tiva_ethernetmac(struct ether_addr *ethaddr);
-#endif
-
#endif /* __ASSEMBLY__ */
#endif /* __ARCH_BOARD_BOARD_H */