commit | 1ea5004e97a724e648b446a7e136e51e3e36126c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 09 20:14:02 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 12:36:11 2022 -0700 |
tree | b54130de97f4b48f6d50cb0cf5a55a0329b7c248 | |
parent | 57c7a48d48788f7f3e8253741ce5b17f567058a6 [diff] |
binman: Convert to using the mkimage bintool Update the fit and mkimage entry types to use this bintool, instead of running mkimage directly. This simplifies the code and provides more consistency as well as supporting missing bintools. Signed-off-by: Simon Glass <sjg@chromium.org>