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

zephyr: arm: Update reading the flash image reset vector #1661

Merged
merged 1 commit into from
Apr 23, 2024

Commits on Apr 18, 2024

  1. zephyr: arm: Update reading the flash image reset vector

    This change uses the flash functions to read the applications
    reset vector. This allow flexibility on which flash device the
    application is programmed.
    For e.g: MCUBoot can be programmed and running from Internal
    Flash while Zephyr can be loaded from a different Flash device.
    This change is made for ARM platform, it can be extended to
    non-ARM platforms as well.
    
    Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
    mmahadevan108 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ea306df View commit details
    Browse the repository at this point in the history