raiden00pl commented on issue #11321:
URL: https://github.com/apache/nuttx/issues/11321#issuecomment-2599599965

   Yes, it seems like a lot of work. But it will only get worse over time as 
new boards come in.
   
   We can automate most of the work. What we need to do is:
   
   1. remove all `CONFIG_NSH_ARCHINIT` from configs 
   2. add `CONFIG_BOARD_LATE_INITIALIZATION` to all modified configs
   3. clean up after removing `CONFIG_NSH_ARCHINIT`.
   
   Is there anything more to do ?
   
   The last step most likely must be done manually. But there are "only" 115 
files that need modification:
   
   ```
   $ find . -type f ! -name "defconfig" -exec grep -l "CONFIG_NSH_ARCHINIT" {} 
+ | wc                                                                          
                                                    
       115     115    6899
   ```
   


-- 
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

Reply via email to