davids5 commented on a change in pull request #4191:
URL: https://github.com/apache/incubator-nuttx/pull/4191#discussion_r673820126
##########
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:
@xiaoxiang781216 The salient points from
[comment](https://github.com/apache/incubator-nuttx/pull/4191#issuecomment-883941665)
should be added to either the Kconfig.
##########
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:
@xiaoxiang781216 The salient points from
[comment](https://github.com/apache/incubator-nuttx/pull/4191#issuecomment-883941665)
should be added to the Kconfig.
--
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]