Laczen opened a new pull request, #19831:
URL: https://github.com/apache/nuttx/pull/19831
## Summary
Add extra boot memory options to enforce the use of boot memory
configuration options. This allows linker files to detect if they should prefer
the specified boot memory options. This supports using boot memory config
without breaking the existing defconfigs.
Add extra boot memory option to describe the size of an image header when a
bootloader would need one.
When using the image header by a bootloader that is in nuttx-apps I would
use the PREBUILD mechanism or a equivalent cmake mechanism to set the boot
memory configuration and the image header size (using kconfig-tweak).
## Impact
None, enabler for improving bootloader support.
## Testing
tested on qemu-armv7a:nsh
```console
...
user_main: Exiting
ostest_main: Exiting with status 0
nsh>
```
--
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]