Laczen commented on code in PR #19794:
URL: https://github.com/apache/nuttx/pull/19794#discussion_r3759204132
##########
arch/Kconfig:
##########
@@ -1583,6 +1571,7 @@ config RAM_VSTART
config RAM_SIZE
int "Primary RAM size"
+ default RAM_SIZE_APP_SET if APP_SET_BOOT_MEMORY_CFG
Review Comment:
When working with a bootloader you want to specify e.g. for what slot the
image will be generated and might need a header to be added (e.g. for secure
validation). The config in the app will calculate the final offset and set the
value.
I have extended this setup also to ram_start and ram_size, but maybe this is
not required.
--
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]