commit | 6b8244616d92c2f732432ab31b6fea1b6559197b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 24 17:38:13 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 27 14:40:09 2020 +0800 |
tree | 451cc5abbf3eab8ae970d294a12e6fa12b3aa02d | |
parent | 650b2419c138a0b17ff86cac2ba6deb646151023 [diff] |
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>