xiaoxiang781216 commented on code in PR #19831:
URL: https://github.com/apache/nuttx/pull/19831#discussion_r3775954313
##########
arch/Kconfig:
##########
@@ -1637,3 +1607,23 @@ config BOOT_SDRAM_DATA
.data and .bss sections can be initialized.
endmenu # Boot Memory Configuration
+
+menu "Boot Memory Options"
+
+config USE_BOOT_MEMORY_CONFIG
+ bool "Enforce the use of boot memory configuration"
+ default n
+ ---help---
+ Set this option to enforce using the boot memory configuration
if
+ supported by the linker script.
+
+config FLASH_HEADER_SIZE
Review Comment:
but no nuttx code reference these new macro?
--
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]