summaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp1_1/car.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/intel/fsp1_1/car.c')
-rw-r--r--src/drivers/intel/fsp1_1/car.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/intel/fsp1_1/car.c b/src/drivers/intel/fsp1_1/car.c
index 5d41a017b6..fc05b91987 100644
--- a/src/drivers/intel/fsp1_1/car.c
+++ b/src/drivers/intel/fsp1_1/car.c
@@ -19,7 +19,6 @@ void fill_postcar_frame(struct postcar_frame *pcf)
* with different TSEG size configurations. */
top_of_ram = ALIGN_DOWN((uintptr_t)cbmem_top(), 8*MiB);
postcar_frame_add_mtrr(pcf, top_of_ram - 8*MiB, 16*MiB, MTRR_TYPE_WRBACK);
-
}
/* This is the romstage entry called from cpu/intel/car/romstage.c */