summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-05-24 17:38:19 -0600
committerBin Meng <bmeng.cn@gmail.com>2020-05-27 14:40:09 +0800
commite82ab51bafecef063a081851d592fe82b680d50f (patch)
tree88acdbe3e28706c5f5ae93f0759bfefa1201b0ce /include
parent9dc2355e515d2026b40da3beab5b9ebaef854c4c (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