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: Remove broken target config header feature #2069

Merged
merged 1 commit into from
Sep 27, 2024

Commits on Sep 21, 2024

  1. boot: zephyr: Remove broken target config header feature

    Remove broken target config header feature.
    This has been broken for more than 6 years, and seeing as nobody noticed
    it should be ok to remove it.
    
    Broken because if(EXISTS path-to-file-or-directory) uses relative path.
    From cmake documentation:
    "Behavior is well-defined only for explicit full paths".
    
    Secondly ${BOARD}.h does not account for changes introduced in hwmv2
    where BOARD_QUALIFIER maybe should be handled as well.
    
    Also, who will put their board config files here?
    
    Signed-off-by: Joakim Andersson <joerchan@gmail.com>
    joerchan committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    982a49e View commit details
    Browse the repository at this point in the history