Skip to content

boot: zephyr: cmake: handle devicetree compatible properties as lists#2656

Open
henrikbrixandersen wants to merge 1 commit intomcu-tools:mainfrom
henrikbrixandersen:boot-zephyr-soc-nv-flash-compat-in-list
Open

boot: zephyr: cmake: handle devicetree compatible properties as lists#2656
henrikbrixandersen wants to merge 1 commit intomcu-tools:mainfrom
henrikbrixandersen:boot-zephyr-soc-nv-flash-compat-in-list

Conversation

@henrikbrixandersen
Copy link
Contributor

The devicetree "compatible" property contains a list of compatibles so a simple string compare for "soc-nv-flash" will fail if the "soc-nv-flash" compatible node's "compatible" property contains multiple strings.

This was introduced in commit b893d34.

The devicetree "compatible" property contains a list of compatibles so
a simple string compare for "soc-nv-flash" will fail if the
"soc-nv-flash" compatible node's "compatible" property contains
multiple strings.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
@henrikbrixandersen henrikbrixandersen force-pushed the boot-zephyr-soc-nv-flash-compat-in-list branch from 7a1aab9 to 00876ce Compare March 14, 2026 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants