flash/rsl10: fix typo
Change-Id: I11af37309fe4684fcb340a00fcc7b2096b8dad76 Signed-off-by: Mark Zhuang <mark.zhuang@spacemit.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7584 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
1e6df1675c
commit
95c27731d4
|
@ -21,7 +21,7 @@
|
|||
.global _start
|
||||
_start:
|
||||
launch_program_in_rom:
|
||||
// variables are already set, addres to jump is in r3
|
||||
// variables are already set, address to jump is in r3
|
||||
blx r3
|
||||
exit:
|
||||
// Wait for OpenOCD
|
||||
|
|
Loading…
Reference in New Issue