patacongo commented on a change in pull request #185: nsh improvement
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/185#discussion_r410911857
 
 

 ##########
 File path: nshlib/nsh_altconsole.c
 ##########
 @@ -292,12 +294,6 @@ int nsh_consolemain(int argc, char *argv[])
   netinit_bringup();
 #endif
 
-#if defined(CONFIG_NSH_ARCHINIT) && defined(CONFIG_BOARDCTL_FINALINIT)
-  /* Perform architecture-specific final-initialization (if configured) */
-
-  boardctl(BOARDIOC_FINALINIT, 0);
-#endif
-
 
 Review comment:
   I don't understand why this is removed.  It seems unrelated to the PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to