commit | b17ab15ffa4b7d01d407a80763b4702c453e7180 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 15 21:09:08 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 08 06:07:35 2017 -0700 |
tree | 1100f9ec9fd23dd8f149348d6569a91ee8f7e17f | |
parent | 9b606d6a2fe0f91cc201a67ee2003a1dd639353d [diff] |
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: Simon Glass <sjg@chromium.org>