commit | 9ad16d646ba03755118c28fbb36f2a9620466877 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 24 17:38:16 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 27 14:40:09 2020 +0800 |
tree | b267c1887ab0aac54f80f0c9ec518b78f225a571 | |
parent | c72d4a8eb6c61a6edc3ae8c6fb396978c4b1bae8 [diff] |
cbfs: Adjust file_cbfs_load_header() to use cbfs_priv This function is strange at the moment in that it takes a header pointer but then accesses the cbfs_s global. Currently clients have their own priv pointer, so update the function to take that as a parameter instead. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>