x86: fsp: fix: remove unused variable

pull/443/head
Marco Oliverio 2024-03-19 16:49:16 +01:00
parent b82b435a8d
commit a0e61f3a58
1 changed files with 0 additions and 2 deletions

View File

@ -506,7 +506,6 @@ static int self_extend_pcr(void)
*/
static void memory_ready_entry()
{
struct stage2_parameter *stage2_params;
struct fsp_info_header *fsp_info;
temp_ram_exit_cb TempRamExit;
uint8_t *fsp_s_base;
@ -515,7 +514,6 @@ static void memory_ready_entry()
uint32_t status;
int ret;
stage2_params = stage2_get_parameters();
/* FSP_M is located in flash */
fsp_m_base = _start_fsp_m;
/* fsp_s is loaded to RAM for validation */