diff options
author | Simon Glass <sjg@chromium.org> | 2020-05-24 17:38:19 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2020-05-27 14:40:09 +0800 |
commit | e82ab51bafecef063a081851d592fe82b680d50f (patch) | |
tree | 88acdbe3e28706c5f5ae93f0759bfefa1201b0ce /include | |
parent | 9dc2355e515d2026b40da3beab5b9ebaef854c4c (diff) |
cbfs: Use void * for the position pointers
It doesn't make sense to use u8 * as the pointer type for accessing the
CBFS since we do not access it as bytes, but via structures. Change it to
void *, which allows us to avoid a cast.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions