
19 May
2020
19 May
'20
3:53 p.m.
On Wed, May 13, 2020 at 10:24 PM Simon Glass sjg@chromium.org wrote:
U-Boot uses ulong for addresses but there are a few places in this driver that don't use it. Convert this driver over to follow this convention fully.
Signed-off-by: Simon Glass sjg@chromium.org
fs/cbfs/cbfs.c | 9 ++++----- include/cbfs.h | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com