Re: [PATCH 02/13] cbfs: Use ulong consistently

2020-05-19 Thread Bin Meng
On Wed, May 13, 2020 at 10:24 PM Simon Glass 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 > --- > > fs/cbfs/cbfs.c | 9 - > include/cbfs

[PATCH 02/13] cbfs: Use ulong consistently

2020-05-13 Thread Simon Glass
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 --- fs/cbfs/cbfs.c | 9 - include/cbfs.h | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --g