Rename all use of up_boardinitialize(). Should not use common microprocessing naming convention but rather the microprocessor-specific naming conventioni

This commit is contained in:
Gregory Nutt
2015-02-28 07:14:37 -06:00
parent 7583c94252
commit 453a4d2894
7 changed files with 26 additions and 38 deletions
+5 -5
View File
@@ -63,16 +63,16 @@
************************************************************************************/
/************************************************************************************
* Name: up_boardinitialize
* Name: at32uc3_boardinitialize
*
* Description:
* All AVR32 architectures must provide the following entry point. This entry point
* is called early in the intitialization -- after all memory has been configured
* and mapped but before any devices have been initialized.
* All AVR32 AT32UC3 architectures must provide the following entry point. This
* entry point is called early in the initialization -- after all memory has been
* configured and mapped but before any devices have been initialized.
*
************************************************************************************/
void up_boardinitialize(void)
void at32uc3_boardinitialize(void)
{
/* Configure SPI chip selects */