pkarashchenko commented on a change in pull request #4880:
URL: https://github.com/apache/incubator-nuttx/pull/4880#discussion_r756106976
##########
File path: boards/arm/samv7/same70-xplained/Kconfig
##########
@@ -90,4 +90,38 @@ config SAME70XPLAINED_HSMCI0_AUTOMOUNT_UDELAY
endif # SAME70XPLAINED_HSMCI0_AUTOMOUNT
+menuconfig SAME70XPLAINED_APP_FORMAT_MCUBOOT
+ bool "MCUboot-bootable format"
+ default n || MCUBOOT_BOOTLOADER
Review comment:
In general when "MCUBOOT_BOOTLOADER" is enabled then it needs access to
OTA partitions.
I think that my idea was to use `#if
defined(CONFIG_SAME70XPLAINED_APP_FORMAT_MCUBOOT)` only instead of `#if
defined(CONFIG_MCUBOOT_BOOTLOADER) ||
defined(CONFIG_SAME70XPLAINED_APP_FORMAT_MCUBOOT)`, but seems that I didn't
finalized it.
I will double check and come back with some comments
--
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]