
29 Jul
2019
29 Jul
'19
11:22 p.m.
At present we check the filename to see if an entry holds a device-tree file. It is easier to use the base class designed for this purpose.
Move this method implementation into Entry_blob_dtb and update the default one to return an empty set.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/binman/entry.py | 5 ----- tools/binman/etype/blob_dtb.py | 9 +++++++++ 2 files changed, 9 insertions(+), 5 deletions(-)
Applied to u-boot-dm, thanks!