riscv-blink: add a note about magic flag
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
c310d197f2
commit
67490d4582
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue