commit | 45637dbfce9e5afb07d4c560f8ee24cff3cc1ab8 | [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 | ea38ee93ef5d5bfeb478c58b1cb470383a14e4b6 [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>