commit | 6cf9953bfb9d849b4f617e54570a6fe0e5b824a9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 01 05:13:59 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:50:43 2020 -0600 |
tree | 197ae1de78cea60105adbdd5fe4e942385952f70 | |
parent | dc2f81a2c89468371cf404816ed57481718deb7f [diff] |
binman: Support generating FITs with multiple dtbs In some cases it is useful to generate a FIT which has a number of DTB images, selectable by configuration. Add support for this in binman, using a simple iterator and string substitution. Signed-off-by: Simon Glass <sjg@chromium.org>