commit | 3ac7d83f92acea9088fb020236555e393a0074b4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 09 20:14:03 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 12:36:11 2022 -0700 |
tree | ef18009bf49172279308fda9c28e0e55d44ceffe | |
parent | 1ea5004e97a724e648b446a7e136e51e3e36126c [diff] |
binman: Move compression into binman The compression functions are not actually used by patman, so we don't need then in the tools module. Also we want to change them to use bintools, which patman will not support. Move these into a new comp_util module, within binman. Signed-off-by: Simon Glass <sjg@chromium.org>