gregory-nutt commented on issue #11321: URL: https://github.com/apache/nuttx/issues/11321#issuecomment-2573610507
> NSH_ARCHINIT can be achieved in board initializiton code, so it could be removed to avoid the confusion. Agreed. But removing CONFIG_NSH_ARCHINIT will be a very big job because it is used by 1246 board configurations. ``` $ find boards -name defconfig | xargs grep CONFIG_NSH_ARCHINIT=y | wc - 1246 1246 100027 ``` That would be a LOT of breakage! -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org