commit | 1216448573419fb53f37e31427b29f7ef197deef | [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 | 0b9116e31a6807a442f3a2ec887927536ce3aee3 [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>