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