raiden00pl commented on code in PR #19794:
URL: https://github.com/apache/nuttx/pull/19794#discussion_r3764520118
##########
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:
From what I can see, dependencies on nxboot/mcuboot are mostly in the boards
linkers or boards build system files. This is much less invasive than
dependencies in common kernel code. Ideally, it would be generalized somehow,
but I don't know if it's possible. Board code, although it is in the kernel
repository, is not entirely part of the kernel. If the dependency is somewhere
else - it is wrong.
--
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]