commit | 26d7e8ea25a08ebb4c363595791209e422129986 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 12:23:25 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:05 2019 -0600 |
tree | 311a4f7d2e2f4f9067720387c0814b9439fa30c5 | |
parent | b766c5e51c8d6119b95b6c2c2e43f3318d286456 [diff] |
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>