riscv-blink: add a note about magic flag

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-08-19 21:32:50 +08:00
parent c310d197f2
commit 67490d4582

View file

@ -6,8 +6,8 @@
_start:
j crt_init
.word 0xb469075a
.word 0x00000020
.word 0xb469075a // Magic value for config flags
.word 0x00000020 // USB_NO_RESET flag so we can attach the debugger
.section .text
.global trap_entry