
27 Mar
2021
27 Mar
'21
4:18 a.m.
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 ---
fs/cbfs/cbfs.c | 45 +++++++++++++++++++++++++++++++++------------ 1 file changed, 33 insertions(+), 12 deletions(-)
Applied to u-boot-dm/next, thanks!