commit | 1e689d27c064b83b90dfa488a375e5c9790fd411 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 06 10:36:40 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 21 10:27:35 2021 -0600 |
tree | fa83c853b072032eb3afa6ac981c6f6449c8008b | |
parent | c62c3a936e023f64ad4cff8738a44052c9dba88b [diff] |
patman: Use bytearray instead of string If the process outputs a lot of data on stdout this can be quite slow, since the bytestring is regenerated each time. Use a bytearray instead. Signed-off-by: Simon Glass <sjg@chromium.org>