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:
Sebastian Huber
2020-09-13 16:13:14 +02:00
parent 4647789820
commit 2786b0aa38

View File

@@ -93,7 +93,7 @@ SYM(_start):
#endif #endif
li a0, 0 li a0, 0
j boot_card tail boot_card
#ifdef RTEMS_SMP #ifdef RTEMS_SMP