Skip to content

Commit

Permalink
Revert "soc/intel/meteorlake: Disable MRC fast boot"
Browse files Browse the repository at this point in the history
This reverts commit 22a3cb7.
  • Loading branch information
jackpot51 committed Mar 22, 2024
1 parent 37241d7 commit 9c1710a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/soc/intel/meteorlake/romstage/fsp_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ static void fill_fspm_mrc_params(FSP_M_CONFIG *m_cfg,
m_cfg->RMT = config->rmt;
m_cfg->RMC = 0;
m_cfg->MarginLimitCheck = 0;
/* Disable MRC Fast Boot */
m_cfg->MrcFastBoot = 0;
/* Enable MRC Fast Boot */
m_cfg->MrcFastBoot = 1;
m_cfg->LowerBasicMemTestSize = config->lower_basic_mem_test_size;
}

Expand Down

0 comments on commit 9c1710a

Please sign in to comment.