commit | 70a394a6b6437e18e67edfd7054302b830e1fe6a | [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 | c4f5b5dcc31b5aee37dabbadc998fcf695885157 [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>