commit | 0bfa7b09ba16f4ffaf0cfc9315336aaa708dcd26 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 14 04:57:12 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 28 11:09:01 2018 -0600 |
tree | 476912878f3da01fe02636b91b510e7d51b40e31 | |
parent | a326b495cdcfd56507841e38158683e6e4d5894c [diff] |
binman: Support building a selection of images Sometimes it is useful to build only a subset of the images provided by the binman configuration. Add a -i option for this. It can be given multiple times to build several images. If the option is not given, all images are built. Signed-off-by: Simon Glass <sjg@chromium.org>