diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2022-09-10 20:18:42 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2022-09-10 20:18:42 +0200 |
commit | 23a2994e051488561294050993f16162f24a85e7 (patch) | |
tree | 521ca72c19d7db7ee65beb2051b9843b3deb5a0c /platforms | |
parent | 51c91e98efc5a6ae1ee59f3fff44971a60c7f94d (diff) |
startup: Add RISC-V reset handler.
Diffstat (limited to 'platforms')
-rw-r--r-- | platforms/riscv.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
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 |