summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-08 14:43:02 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-08 14:44:08 +0100
commit9aee88aa549b264aec614c0201f87815eb1f6ecf (patch)
treebe1e4831770febc67f564420c7c84f56583a191a
parentbuild: Call rtems-ld with the $(CC) of the build (diff)
downloadrtems-9aee88aa549b264aec614c0201f87815eb1f6ecf.tar.bz2
bsp/riscv: Clear boot command line
-rw-r--r--bsps/riscv/riscv/start/start.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/riscv/riscv/start/start.S b/bsps/riscv/riscv/start/start.S
index 8b2575e87b..a8ff1b079f 100644
--- a/bsps/riscv/riscv/start/start.S
+++ b/bsps/riscv/riscv/start/start.S
@@ -92,6 +92,7 @@ SYM(_start):
amoswap.w zero, zero, 0(t0)
#endif
+ li a0, 0
j boot_card
#ifdef RTEMS_SMP