mirror of https://github.com/wolfSSL/wolfBoot.git
fsp: minor: remove unused parameter from jump_into_wolfboot
parent
dab560549a
commit
151de7fd0b
|
@ -252,7 +252,6 @@ static void load_fsp_s_to_ram(void)
|
||||||
static void jump_into_wolfboot(void)
|
static void jump_into_wolfboot(void)
|
||||||
{
|
{
|
||||||
struct stage2_parameter *params;
|
struct stage2_parameter *params;
|
||||||
uint32_t cr3;
|
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
params = stage2_get_parameters();
|
params = stage2_get_parameters();
|
||||||
|
|
Loading…
Reference in New Issue