commit | 1567db06ee67643e5a8f3019671242995baba73a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:14 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 13:59:37 2021 +1300 |
tree | 341e1d1ac8ec9a1a37dd09ef1688ec23012db68d | |
parent | f8142fbc70977b05ef9b6dac7c8a0a8b2f030bbb [diff] |
cbfs: Factor out filling a cache node into a new function The file_cbfs_next_file() function is already fairly long. Before expanding it further, move the core part into a separate function. Signed-off-by: Simon Glass <sjg@chromium.org>