commit | 67c598056621e69d9bcd46e2246e1fe9dc7f791a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 09 18:39:35 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Jul 25 14:46:57 2020 -0600 |
tree | 118ecaec6b32bcdd194f184f84194b788b6c6267 | |
parent | 635927375461d0100dc21e05f71e2e247ca2a386 [diff] |
binman: Use super() instead of specifying parent type It is easier and less error-prone to use super() when the parent type is needed. Update binman to remove the type names. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>