commit | 0352edddfba88156bb71c15ccb321239bb721511 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:15 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 13:59:37 2021 +1300 |
tree | 63b4bf415dd5eff22e5525e2c815c7bbb6ea79ab | |
parent | 1567db06ee67643e5a8f3019671242995baba73a [diff] |
cbfs: Simplify file iteration In file_cbfs_next_file() there is a lot of complicated code to move to the next file. Use the ALIGN() macros to simplify this. Signed-off-by: Simon Glass <sjg@chromium.org>