binman: Move GetFdtSet() into blob_dtb
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:25 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commit935461262e322fce6fcfc48caf2b9a6ec05caaae
tree311a4f7d2e2f4f9067720387c0814b9439fa30c5
parentb88e81c622fd683f59498b03d34c88ce7fe68184
binman: Move GetFdtSet() into blob_dtb

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
tools/binman/etype/blob_dtb.py