forked from Imagelibrary/rtems
bsps/riscv: Use far jump to boot_card()
Use a far jump to avoid errors like this: relocation truncated to fit: R_RISCV_JAL against symbol `boot_card'
This commit is contained in:
@@ -93,7 +93,7 @@ SYM(_start):
|
||||
#endif
|
||||
|
||||
li a0, 0
|
||||
j boot_card
|
||||
tail boot_card
|
||||
|
||||
#ifdef RTEMS_SMP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user