Skip to content
Snippets Groups Projects
Commit 6b6024a3 authored by Simon Glass's avatar Simon Glass
Browse files

dtoc: Replace dot with underscore to avoid compiler errors


If there is a '.' in a compatible string, then dtoc will produce a struct
with a name containing a '.'. This won't work, so replace it with '_'.

Also add a suitable test to the sandbox device tree to catch this.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent e9b25f2e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment