Rename arch_nshinitialize() to board_app_initialize()

This commit is contained in:
Gregory Nutt
2015-03-31 10:21:31 -06:00
parent 7b3761f4ea
commit 103a17d4f1
114 changed files with 299 additions and 395 deletions
+3 -2
View File
@@ -49,6 +49,7 @@
#include <unistd.h>
#include <nuttx/arch.h>
#include <nuttx/board.h>
#ifdef CONFIG_CDCACM
# include <nuttx/usb/cdcacm.h>
@@ -77,14 +78,14 @@
****************************************************************************/
/****************************************************************************
* Name: nsh_archinitialize
* Name: board_app_initialize
*
* Description:
* Perform architecture specific initialization
*
****************************************************************************/
int nsh_archinitialize(void)
int board_app_initialize(void)
{
#if defined (HAVE_USBDEV) || defined(HAVE_HSMCI) || defined (HAVE_PROC) || \
defined(HAVE_USBMONITOR)