fsp: minor: remove unused parameter from jump_into_wolfboot

pull/530/head
Marco Oliverio 2024-12-17 17:05:13 +00:00 committed by Daniele Lacamera
parent dab560549a
commit 151de7fd0b
1 changed files with 0 additions and 1 deletions

View File

@ -252,7 +252,6 @@ static void load_fsp_s_to_ram(void)
static void jump_into_wolfboot(void)
{
struct stage2_parameter *params;
uint32_t cr3;
int ret;
params = stage2_get_parameters();