
21 May
2020
21 May
'20
4:28 a.m.
On Wed, May 13, 2020 at 10:24 PM Simon Glass sjg@chromium.org wrote:
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
fs/cbfs/cbfs.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com