diff options
author | Jeremy Compostella <jeremy.compostella@intel.com> | 2023-12-20 08:19:31 -0800 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-12-22 12:26:26 +0000 |
commit | 6fb386b93912c1431d70f9a72eb311ba730850c6 (patch) | |
tree | 319c3682eee478aaaffcfc8e18587e66110a4d0b /src/soc | |
parent | dc02b1bf13254e14dfbcf731287b797c24be1517 (diff) |
Revert "soc/intel/meteorlake: Set build time physical address reserved bits"
This reverts commit 533efb23083afd721d4c268ce0ee8e863e13689a.
BUG=b:314886709
Change-Id: Ic63c93cb15d2998e13d49a872f32d425237f528c
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79664
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/meteorlake/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index bd5014eaa1..8b2a6a22d0 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -454,9 +454,6 @@ config SOC_INTEL_COMMON_BLOCK_ACPI_SLP_S0_FREQ_HZ help slp_s0_residency granularity in 122us ticks (i.e. ~8.2KHz) in Meteor Lake. -config CPU_INTEL_COMMON_RESERVED_PHYS_ADDR_BITS - default 4 - config SOC_INTEL_METEORLAKE_SIGN_OF_LIFE bool default y if !SOC_INTEL_METEORLAKE_PRE_PRODUCTION_SILICON |