Rename arch_nshinitialize() to board_app_initialize()

This commit is contained in:
Gregory Nutt
2015-03-31 10:21:31 -06:00
parent 5ca324cad8
commit 6bad91308d
4 changed files with 8 additions and 7 deletions

View File

@@ -95,7 +95,7 @@ void nsh_initialize(void)
/* Perform architecture-specific initialization (if available) */
(void)nsh_archinitialize();
(void)board_app_initialize();
/* Bring up the network */