From 8104effa0dc25bac4693e8d76c1e10039dd47bad Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Sun, 5 Jul 2020 19:13:15 +0530 Subject: mainboard/intel/tglrvp: Remove unused PrmrrSize chip config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refer to commit 7736bfc TEST=Able to build and boot TGLRVP. Change-Id: Ie9a97cee7d7793077167db3a642dcbca45b09427 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/43139 Reviewed-by: Angel Pons Reviewed-by: Michael Niewöhner Reviewed-by: Wonkyu Kim Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- src/soc/intel/tigerlake/chip.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/soc/intel/tigerlake/chip.h') diff --git a/src/soc/intel/tigerlake/chip.h b/src/soc/intel/tigerlake/chip.h index 26ed64e0f1..fee7105245 100644 --- a/src/soc/intel/tigerlake/chip.h +++ b/src/soc/intel/tigerlake/chip.h @@ -192,16 +192,6 @@ struct soc_intel_tigerlake_config { /* Enable C6 DRAM */ uint8_t enable_c6dram; - /* - * PRMRR size setting with below options - * Disable: 0x0 - * 32MB: 0x2000000 - * 64MB: 0x4000000 - * 128 MB: 0x8000000 - * 256 MB: 0x10000000 - * 512 MB: 0x20000000 - */ - uint32_t PrmrrSize; uint8_t PmTimerDisabled; /* * SerialIO device mode selection: -- cgit v1.2.3