aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/conf/s.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/conf/s.S')
-rw-r--r--arch/riscv/conf/s.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/riscv/conf/s.S b/arch/riscv/conf/s.S
index e6997ac..80a3a11 100644
--- a/arch/riscv/conf/s.S
+++ b/arch/riscv/conf/s.S
@@ -1,7 +1,4 @@
.text
.global _start
_start:
-li a1, 1
-loop:
-add a0, a0, a1
-jal loop
+ecall