]> git.baikalelectronics.ru Git - uboot.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)
commitfc99e7b4e8daf906f64a5319a1bddeff2dd77cb1
tree451cc5abbf3eab8ae970d294a12e6fa12b3aa02d
parent08e6b2fe1f984752ddfe948d3c18a5f8230f2605
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