summaryrefslogtreecommitdiff
path: root/nuttx/configs/moteino-mega/src/avr_boot.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-28 07:14:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-28 07:14:37 -0600
commit3c73217003478af0e9680596e600fa50c61a21d8 (patch)
tree7ee34c7dbe4974859217a6542043db44fabea5ba /nuttx/configs/moteino-mega/src/avr_boot.c
parent87994b585685fb695310d6ef01fcd3d55c6798bc (diff)
downloadnuttx-3c73217003478af0e9680596e600fa50c61a21d8.tar.gz
nuttx-3c73217003478af0e9680596e600fa50c61a21d8.tar.bz2
nuttx-3c73217003478af0e9680596e600fa50c61a21d8.zip
Rename all use of up_boardinitialize(). Should not use common microprocessing naming convention but rather the microprocessor-specific naming conventioni
Diffstat (limited to 'nuttx/configs/moteino-mega/src/avr_boot.c')
-rw-r--r--nuttx/configs/moteino-mega/src/avr_boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/moteino-mega/src/avr_boot.c b/nuttx/configs/moteino-mega/src/avr_boot.c
index e38da636b..00163a0f7 100644
--- a/nuttx/configs/moteino-mega/src/avr_boot.c
+++ b/nuttx/configs/moteino-mega/src/avr_boot.c
@@ -62,7 +62,7 @@
************************************************************************************/
/************************************************************************************
- * Name: up_boardinitialize
+ * Name: atmega_boardinitialize
*
* Description:
* All ATMega architectures must provide the following entry point. This entry
@@ -71,7 +71,7 @@
*
************************************************************************************/
-void up_boardinitialize(void)
+void atmega_boardinitialize(void)
{
/* Configure SSP chip selects if 1) at least one SSP is enabled, and 2) the weak
* function atmega_spiinitialize() has been brought into the link.