-
Notifications
You must be signed in to change notification settings - Fork 8.2k
soc: rp2350: Exclude image definition block from MCUboot application images #89997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
soc: rp2350: Exclude image definition block from MCUboot application images #89997
Conversation
…images Application images intended for MCUboot should not include the .image_def section. This change adjusts the linker configuration to only include the image definition block when building standalone images. Signed-off-by: Peter Simon Terentschenko <[email protected]>
|
Hello @psimonte, and thank you very much for your first pull request to the Zephyr project! |
|
|
This PR has been merged ahead of time and may contain the change you need, so please check it out. |
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
| * resides at 0x100. This can be the application, or a bootloader | ||
| * such as mcuboot. | ||
| */ | ||
| #if CONFIG_RP2_REQUIRES_IMAGE_DEFINITION_BLOCK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider taking a look as #91200 has now landed, and it reorders some of the configs in a way that could benefit your needs
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |



Application images intended for MCUboot should not include the .image_def section. This change adjusts the linker configuration to only include the image definition block when building standalone images.
Otherwise the Build will fail when setting CONFIG_BOOTLOADER_MCUBOOT=y