|
From: openocd-gerrit <ope...@us...> - 2023-04-14 15:17:42
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 95c27731d4f76c0554147030075ab476d68f9f83 (commit)
from 1e6df1675ccea95d99d767e6d2b9a735c8ee2a36 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 95c27731d4f76c0554147030075ab476d68f9f83
Author: Mark Zhuang <mar...@sp...>
Date: Mon Apr 10 10:57:55 2023 +0800
flash/rsl10: fix typo
Change-Id: I11af37309fe4684fcb340a00fcc7b2096b8dad76
Signed-off-by: Mark Zhuang <mar...@sp...>
Reviewed-on: https://review.openocd.org/c/openocd/+/7584
Tested-by: jenkins
Reviewed-by: Antonio Borneo <bor...@gm...>
diff --git a/contrib/loaders/flash/rsl10/rom_launcher.S b/contrib/loaders/flash/rsl10/rom_launcher.S
index 70f000e72..aafedfb46 100644
--- a/contrib/loaders/flash/rsl10/rom_launcher.S
+++ b/contrib/loaders/flash/rsl10/rom_launcher.S
@@ -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
-----------------------------------------------------------------------
Summary of changes:
contrib/loaders/flash/rsl10/rom_launcher.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Main OpenOCD repository
|