From 3c73217003478af0e9680596e600fa50c61a21d8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 28 Feb 2015 07:14:37 -0600 Subject: Rename all use of up_boardinitialize(). Should not use common microprocessing naming convention but rather the microprocessor-specific naming conventioni --- nuttx/configs/moteino-mega/src/avr_boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/moteino-mega/src/avr_boot.c') 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. -- cgit v1.2.3