We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2590a04 commit 81fb762Copy full SHA for 81fb762
2 files changed
IDE/Renesas/e2studio_CCRX/wolfBoot/.project
@@ -39,6 +39,11 @@
39
<type>1</type>
40
<locationURI>PARENT-4-PROJECT_LOC/hal/renesas-rx.c</locationURI>
41
</link>
42
+ <link>
43
+ <name>src/wolfboot/boot_renesas_rx.c</name>
44
+ <type>1</type>
45
+ <locationURI>PARENT-4-PROJECT_LOC/src/boot_renesas_rx.c</locationURI>
46
+ </link>
47
<link>
48
<name>src/wolfboot/delta.c</name>
49
hal/renesas-rx.c
@@ -44,23 +44,11 @@ void hal_init(void)
}
-#ifdef __WOLFBOOT
void hal_prepare_boot(void)
{
50
51
52
53
-#pragma inline_asm longJump
54
-static void longJump(unsigned long app_offset)
55
-{
56
- jmp r1;
57
-}
58
-
59
-void do_boot(const uint32_t *app_offset)
60
61
- longJump(app_offset);
62
63
-#endif
64
65
66
0 commit comments