Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
This commit is contained in:
parent
36bb11d77c
commit
95d6131847
@ -39,7 +39,7 @@ ASRCS =
|
|||||||
CSRCS = lpc11_boot.c
|
CSRCS = lpc11_boot.c
|
||||||
|
|
||||||
ifeq ($(CONFIG_NSH_ARCHINIT),y)
|
ifeq ($(CONFIG_NSH_ARCHINIT),y)
|
||||||
CSRCS += lpc11_nsh.c
|
CSRCS += lpc11_appinit.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_KL_SPI0),y)
|
ifeq ($(CONFIG_KL_SPI0),y)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* config/lpcxpresso-lpc1115/src/lpc11_nsh.c
|
* config/lpcxpresso-lpc1115/src/lpc11_appinit.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -111,14 +111,14 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: nsh_archinitialize
|
* Name: board_app_initialize
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Perform architecture specific initialization
|
* Perform architecture specific initialization
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
int nsh_archinitialize(void)
|
int board_app_initialize(void)
|
||||||
{
|
{
|
||||||
#ifdef NSH_HAVEMMCSD
|
#ifdef NSH_HAVEMMCSD
|
||||||
FAR struct spi_dev_s *ssp;
|
FAR struct spi_dev_s *ssp;
|
Loading…
Reference in New Issue
Block a user