commit | 4a41e5df481daab0bb4bc7dd08efeb25a4350c37 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 09 18:39:35 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 20 11:37:47 2020 -0600 |
tree | 3fb9947a85031ca98a12c666d119f168479735be | |
parent | 4b54adccf5dd1b46374591eb23d69c48b99a4c09 [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>