From 2786b0aa38865180092c3d1bc727d89899b4a186 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 13 Sep 2020 16:13:14 +0200 Subject: 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' --- bsps/riscv/shared/start/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsps/riscv/shared/start/start.S b/bsps/riscv/shared/start/start.S index a8ff1b079f..04a62a26ce 100644 --- a/bsps/riscv/shared/start/start.S +++ b/bsps/riscv/shared/start/start.S @@ -93,7 +93,7 @@ SYM(_start): #endif li a0, 0 - j boot_card + tail boot_card #ifdef RTEMS_SMP -- cgit v1.2.3