commit | 57902e6941a0e914313afe50104fd0660ab47839 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 11:49:47 2024 +0100 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 08:42:18 2024 -0600 |
tree | 560ff0f1dd43f5c1bbfe80bd9661867630c64f93 | |
parent | 9db7a3a4325d1b67287cdc2db2d80c5fc1e7cb76 [diff] |
binman: fit: Write the compatible string to configuration FIT allows the FDT's root-node compatible string to be placed in a configuration node to simplify and speed up finding the best match for booting. Add a new property to support this. Signed-off-by: Simon Glass <sjg@chromium.org>