nxphlite-v3:Removed usb init, there is none needed to be done by board

This commit is contained in:
David Sidrane 2017-06-06 14:57:17 -10:00 committed by Daniel Agar
parent f48d3f05c2
commit 39632a67d9
3 changed files with 0 additions and 26 deletions

View File

@ -542,16 +542,6 @@ int nxphlite_spi_bus_initialize(void);
void board_spi_reset(int ms);
void board_peripheral_reset(int ms);
/************************************************************************************
* Name: nxphlite_usbinitialize
*
* Description:
* Called to setup USB-related GPIO pins for the NXPHlite-v3 board.
*
************************************************************************************/
void nxphlite_usbinitialize(void);
/************************************************************************************
* Name: nxphlite_bringup
*

View File

@ -531,9 +531,6 @@ __EXPORT int board_app_initialize(uintptr_t arg)
nxphlite_automount_initialize();
#endif
nxphlite_usbinitialize();
/* Configure SPI-based devices */
#ifdef CONFIG_SPI

View File

@ -68,19 +68,6 @@
* Public Functions
************************************************************************************/
/************************************************************************************
* Name: nxphlite_usbinitialize
*
* Description:
* Called to setup USB-related GPIO pins for the NXPHlite-v3 board.
*
************************************************************************************/
__EXPORT
void nxphlite_usbinitialize(void)
{
}
/************************************************************************************
* Name: kinetis_usbpullup
*