summaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/meminit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/jasperlake/meminit.c')
-rw-r--r--src/soc/intel/jasperlake/meminit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/jasperlake/meminit.c b/src/soc/intel/jasperlake/meminit.c
index 9cf5ecba67..9846160b1d 100644
--- a/src/soc/intel/jasperlake/meminit.c
+++ b/src/soc/intel/jasperlake/meminit.c
@@ -88,7 +88,6 @@ static void meminit_channels(FSP_M_CONFIG *mem_cfg, const struct mb_cfg *board_c
void memcfg_init(FSP_M_CONFIG *mem_cfg, const struct mb_cfg *board_cfg,
const struct spd_info *spd_info, bool half_populated)
{
-
if (spd_info->read_type == READ_SMBUS) {
for (int i = 0; i < NUM_DIMM_SLOT; i++)
mem_cfg->SpdAddressTable[i] = spd_info->spd_spec.spd_smbus_address[i];