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: Remove pointless slot identification #2005

Merged
merged 1 commit into from
Jul 23, 2024

Commits on Jul 12, 2024

  1. boot: Remove pointless slot identification

    In the boot_image_validate_encrypted there was call to
    flash_area_id_to_multi_image_slot, which tries to figure out
    slot index from flash area and image index, and the result of the
    call was not used for anything as slot index is hardcoded in the
    next call to be 1 (secondary).
    
    Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
    de-nordic committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    bd8ce94 View commit details
    Browse the repository at this point in the history