Fix some SPI initialize function name changes that were missed with global SPI name changes
This commit is contained in:
parent
6f883fb7ea
commit
f57b233489
@ -112,7 +112,7 @@ void sam_boardinitialize(void)
|
||||
#ifdef CONFIG_SAMV7_SPI
|
||||
/* Configure SPI chip selects if SPI has been enabled */
|
||||
|
||||
sam_spi_initialize();
|
||||
sam_spidev_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_USB
|
||||
|
@ -350,7 +350,7 @@ int sam_bringup(void);
|
||||
#endif
|
||||
|
||||
/************************************************************************************
|
||||
* Name: sam_spi_initialize
|
||||
* Name: sam_spidev_initialize
|
||||
*
|
||||
* Description:
|
||||
* Called to configure SPI chip select GPIO pins for the SAME70-XPLD board.
|
||||
@ -358,7 +358,7 @@ int sam_bringup(void);
|
||||
************************************************************************************/
|
||||
|
||||
#ifdef CONFIG_SAMV7_SPI
|
||||
void sam_spi_initialize(void);
|
||||
void sam_spidev_initialize(void);
|
||||
#endif
|
||||
|
||||
/************************************************************************************
|
||||
|
@ -112,7 +112,7 @@ void sam_boardinitialize(void)
|
||||
#ifdef CONFIG_SAMV7_SPI
|
||||
/* Configure SPI chip selects if SPI has been enabled */
|
||||
|
||||
sam_spi_initialize();
|
||||
sam_spidev_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_USB
|
||||
|
@ -586,7 +586,7 @@ int sam_bringup(void);
|
||||
#endif
|
||||
|
||||
/************************************************************************************
|
||||
* Name: sam_spi_initialize
|
||||
* Name: sam_spidev_initialize
|
||||
*
|
||||
* Description:
|
||||
* Called to configure SPI chip select GPIO pins for the SAMV71-XULT board.
|
||||
@ -594,7 +594,7 @@ int sam_bringup(void);
|
||||
************************************************************************************/
|
||||
|
||||
#ifdef CONFIG_SAMV7_SPI
|
||||
void sam_spi_initialize(void);
|
||||
void sam_spidev_initialize(void);
|
||||
#endif
|
||||
|
||||
/************************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user