diff options
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | 2018-10-15 20:35:10 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-10-31 01:41:10 +0100 |
commit | d5de3d497849d337b4da601c93a4cee2d127c20a (patch) | |
tree | bd04b6809f4e769c0ce15c31dc480d9d029c0ce1 /include | |
parent | 454cf76184c65426b68033a23da086e73663f2fc (diff) | |
download | u-boot-d5de3d497849d337b4da601c93a4cee2d127c20a.tar.gz u-boot-d5de3d497849d337b4da601c93a4cee2d127c20a.tar.bz2 u-boot-d5de3d497849d337b4da601c93a4cee2d127c20a.zip |
arm: socfpga: fpga: fix type of local variable
The 'status' variable in 'socfpga_load()' for both gen5 and arria10
is of type 'unsigned long' while it is always used as 'int' only.
Change it to 'int'.
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions