xiaoxiang781216 commented on code in PR #19831:
URL: https://github.com/apache/nuttx/pull/19831#discussion_r3789693213
##########
boards/arm/stm32f4/nucleo-f411re/scripts/flash.ld:
##########
@@ -27,17 +27,35 @@
* range.
*/
+#include <nuttx/config.h>
+#if defined(CONFIG_FLASH_START) && defined(CONFIG_FLASH_SIZE) && \
Review Comment:
```suggestion
#if defined(CONFIG_FLASH_START) && CONFIG_FLASH_START != 0
```
##########
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:
move the near of FLASH_START
--
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]