mirror of https://github.com/wolfSSL/wolfBoot.git
move doboot to boot_renesas_rx.c
parent
2590a04a14
commit
81fb762fa7
|
@ -39,6 +39,11 @@
|
||||||
<type>1</type>
|
<type>1</type>
|
||||||
<locationURI>PARENT-4-PROJECT_LOC/hal/renesas-rx.c</locationURI>
|
<locationURI>PARENT-4-PROJECT_LOC/hal/renesas-rx.c</locationURI>
|
||||||
</link>
|
</link>
|
||||||
|
<link>
|
||||||
|
<name>src/wolfboot/boot_renesas_rx.c</name>
|
||||||
|
<type>1</type>
|
||||||
|
<locationURI>PARENT-4-PROJECT_LOC/src/boot_renesas_rx.c</locationURI>
|
||||||
|
</link>
|
||||||
<link>
|
<link>
|
||||||
<name>src/wolfboot/delta.c</name>
|
<name>src/wolfboot/delta.c</name>
|
||||||
<type>1</type>
|
<type>1</type>
|
||||||
|
|
|
@ -44,23 +44,11 @@ void hal_init(void)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __WOLFBOOT
|
|
||||||
void hal_prepare_boot(void)
|
void hal_prepare_boot(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma inline_asm longJump
|
|
||||||
static void longJump(unsigned long app_offset)
|
|
||||||
{
|
|
||||||
jmp r1;
|
|
||||||
}
|
|
||||||
|
|
||||||
void do_boot(const uint32_t *app_offset)
|
|
||||||
{
|
|
||||||
longJump(app_offset);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue