diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-04-05 13:05:54 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2021-04-21 14:21:56 +0000 |
commit | 5d13e7fdcd11f2c78ae2518c33b404932e4650c3 (patch) | |
tree | ea79307fa9b75b38b59ab88a5fdfaa36b06b38e0 /src/soc/intel/alderlake/chip.h | |
parent | 0c0d49229db9ef68a5ea9267296e900ac7274da8 (diff) |
soc/intel/alderlake: Drop unused `PrmrrSize` from devicetree
The `PrmrrSize` FSP-M UPD is set using `get_valid_prmrr_size()`. As the
devicetree option's value is not used anywhere, drop it.
Change-Id: Ib6fb77b03a4648adbd8b23c160cfba94d142a2d2
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52108
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/soc/intel/alderlake/chip.h')
-rw-r--r-- | src/soc/intel/alderlake/chip.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/soc/intel/alderlake/chip.h b/src/soc/intel/alderlake/chip.h index f7412dc055..f1e07412b7 100644 --- a/src/soc/intel/alderlake/chip.h +++ b/src/soc/intel/alderlake/chip.h @@ -165,16 +165,6 @@ struct soc_intel_alderlake_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: |