commit | c62c3a936e023f64ad4cff8738a44052c9dba88b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 06 10:36:39 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 21 10:27:35 2021 -0600 |
tree | 418394e7489b1ab383e4acb344a18df979009be1 | |
parent | f58dae93a6acf1ec0c5d82ab214b330312fd23a9 [diff] |
binman: Use bytearray instead of string This is faster if data is being concatenated. Update the section and collection etypes. Signed-off-by: Simon Glass <sjg@chromium.org>