From 7353197e212444114fb8f42ca86069d20dfa7e7b Mon Sep 17 00:00:00 2001 From: bunnie Date: Thu, 31 May 2018 01:24:22 +0800 Subject: [PATCH] fix the vexriscv boot helper --- litex/soc/software/bios/boot-helper-vexriscv.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/soc/software/bios/boot-helper-vexriscv.S b/litex/soc/software/bios/boot-helper-vexriscv.S index 0c6c32691..6dd74aaeb 100644 --- a/litex/soc/software/bios/boot-helper-vexriscv.S +++ b/litex/soc/software/bios/boot-helper-vexriscv.S @@ -1,4 +1,4 @@ .section .text, "ax", @progbits .global boot_helper boot_helper: - nop + jr x13