jerpelea opened a new pull request, #19106:
URL: https://github.com/apache/nuttx/pull/19106

   ## Summary
   
   When using FS_CROMFS for etc, user typically don't need FS_ROMFS, they are 
completely separate filesystems. But both ETC_ROMFS and ETC_CROMFS are needed, 
the first one selects that the ETC needs to be mounted from ROM based 
filesystem, and ETC_CROMFS just specifies that the backing filesystem is 
actually the CROMFS.
   
   Iow; make ETC_ROMFS depend on FS_ROMFS || FS_CROMFS, so that the user can 
drop FS_ROMFS when only FS_CROMFS is needed.
   
   ## Impact
   
   RELEASE
   
   ## Testing
   
   CI


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to