commit | 5a30060a36b34600061a4af0ec7762f69abb5db1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 12:23:29 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:05 2019 -0600 |
tree | 7ceabd79520fe968a00e71969e3d788d8ce2bdf8 | |
parent | 267112e887e3bbc5c65d649f5140d3b4f999c2fe [diff] |
binman: Rename state.GetFdts() This function name conflicts with Entry.GetFdts() which has a different purpose. Rename it to avoid confusion. Also update a stale comment relating to this function. Signed-off-by: Simon Glass <sjg@chromium.org>