]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cbfs: Use ulong consistently
authorSimon Glass <sjg@chromium.org>
Sun, 24 May 2020 23:38:13 +0000 (17:38 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 27 May 2020 06:40:09 +0000 (14:40 +0800)
commit45637dbfce9e5afb07d4c560f8ee24cff3cc1ab8
tree451cc5abbf3eab8ae970d294a12e6fa12b3aa02d
parentea38ee93ef5d5bfeb478c58b1cb470383a14e4b6
cbfs: Use ulong consistently

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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
fs/cbfs/cbfs.c
include/cbfs.h