On Wed, May 13, 2020 at 10:24 PM Simon Glass <s...@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 <s...@chromium.org> > --- > > fs/cbfs/cbfs.c | 9 ++++----- > include/cbfs.h | 4 ++-- > 2 files changed, 6 insertions(+), 7 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>