mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-21 16:18:38 +08:00
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>