From 23a2994e051488561294050993f16162f24a85e7 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 10 Sep 2022 20:18:42 +0200 Subject: startup: Add RISC-V reset handler. --- platforms/riscv.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'platforms/riscv.yaml') diff --git a/platforms/riscv.yaml b/platforms/riscv.yaml index 16db64b..f66a3ef 100644 --- a/platforms/riscv.yaml +++ b/platforms/riscv.yaml @@ -33,7 +33,10 @@ 8: UEI 9: SEI 11: MEI - + + startup: + - riscv_reset_handler + toolchains: - riscv64-unknown-elf -- cgit v1.2.3