mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
Commit e05e5de7fa
made ARM's relocate_code()
return to its caller, but it did not update its declaration accordingly.
Fixing this function declaration fixes dropped C code following calls to
relocate_code().
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>