Laczen commented on code in PR #19831:
URL: https://github.com/apache/nuttx/pull/19831#discussion_r3789739407
##########
arch/Kconfig:
##########
@@ -1638,3 +1607,19 @@ config BOOT_SDRAM_DATA
.data and .bss sections can be initialized.
endmenu # Boot Memory Configuration
+
+menu "Image Options"
+
+config FLASH_HEADER_SIZE
Review Comment:
This was intentionally not done, it a ram load image is generated it could
be stored on flash. The ram load part does not need the header, but to describe
the image for a bootloader the header could contain e.g. where it needs to be
placed in ram.
--
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]