Skip to content
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

boot: zephyr: cmake: Fix issue with missing dts entries #1877

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

nordicjm
Copy link
Collaborator

Fixes an issue whereby a device might not have a write or erase entry for the flash controller in devicetree. In the case whereby the other slot has this information, use that instead. In the case whereby neither slot has this information, use default values and show a warning to the user

Fixes an issue whereby a device might not have a write or erase
entry for the flash controller in devicetree. In the case whereby
the other slot has this information, use that instead. In the case
whereby neither slot has this information, use default values and
show a warning to the user

Signed-off-by: Jamie McCrae <[email protected]>
@nordicjm nordicjm added the area: zephyr Affects the Zephyr port label Dec 18, 2023
@nordicjm nordicjm requested a review from de-nordic December 18, 2023 13:47
@nordicjm nordicjm requested review from d3zd3z and nvlsianpu December 19, 2023 16:03
ndrs-pst added a commit to DDC-NDRS/mcuboot that referenced this pull request Dec 27, 2023
@nordicjm nordicjm merged commit db9a7f5 into mcu-tools:main Jan 8, 2024
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: zephyr Affects the Zephyr port
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants