commit | ec36d7a9e2500082e46dfa6a1b52d0440b4ddf56 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 24 17:38:20 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 27 14:40:09 2020 +0800 |
tree | 10e25c472dfd5d1eb9d1b977e2100d7a39bee585 | |
parent | 6ca4c38c884772bab7dd7a6c5d17c716b599a58f [diff] |
cbfs: Record the start address in cbfs_priv The start address of the CBFS is used when scanning for files. It makes sense to put this in our cbfs_priv struct and calculate it when we read the header. Update the code accordingly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>