davids5 commented on a change in pull request #4191:
URL: https://github.com/apache/incubator-nuttx/pull/4191#discussion_r673817496



##########
File path: boards/Kconfig
##########
@@ -3389,6 +3389,13 @@ config BOARDCTL_UNIQUEKEY_SIZE
                Provides the size of the memory buffer that must be provided by 
the
                caller of board_uniquekey() in which to receive the board 
unique KEY.
 
+config BOARDCTL_SWITCH_BOOT
+       bool "Switch Boot A/B System"
+       default n
+       ---help---
+               Enables support for the BOARDIOC_SWITCH_BOOT boardctl() command.
+               Switch to the updated or the specified Boot A/B system.
+

Review comment:
       This is to vague. Please add more information:
   
   This API can be used to change the system boot behavior.  For instance, once 
a firmware updated has completed successfully this boardctl can be used modify 
FLASH bank selection.




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