commit | 9464909d2b3ed9d4f9a4d4aadf4337286b76418a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:12 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 13:59:37 2021 +1300 |
tree | ce5ac8f37aa0a0809b36db86604ac4d4d30f06ba | |
parent | 3971a2aa164f80c6e110d321ea4feddbd7295c93 [diff] |
cbfs: Allow access to CBFS without a header In some cases CBFS does not start with a header but is just a collection of files. It is possible to support this so long as the size of the CBFS is provided. Update the cbfs_init_mem() function to support this. Signed-off-by: Simon Glass <sjg@chromium.org>