commit | 4003448b990b678e40f7e85f1eeef3c601907bfd | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Mon Oct 15 20:35:10 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed Oct 31 01:41:10 2018 +0100 |
tree | bd04b6809f4e769c0ce15c31dc480d9d029c0ce1 | |
parent | 77a36e9958836a657712b8e0080e595962a8eaa4 [diff] |
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>