diff options
author | Subrata Banik <subratabanik@google.com> | 2024-01-08 09:32:11 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-01-09 06:56:15 +0000 |
commit | 0acae97863cb842a8a6a56cb0290596510910a8b (patch) | |
tree | 0f2a3738f5f14a3884c974d148a42027cb422e73 | |
parent | 520137fab0b750590da1dc6eaa00ba3f3a8bdd33 (diff) |
soc/intel/mtl: Override the `SOC_PHYSICAL_ADDRESS_WIDTH` as integer
This patch enforces consistent override handling for integer
`SOC_PHYSICAL_ADDRESS_WIDTH` config
Change-Id: Ib5bdfdb8c2689803c9d3c2bfd353609edae91ab3
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79842
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jakub Czapiga <czapiga@google.com>
-rw-r--r-- | src/soc/intel/meteorlake/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 5b78fdf312..298bb835d0 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -466,6 +466,7 @@ config SOC_INTEL_METEORLAKE_SIGN_OF_LIFE and CSME update. config SOC_PHYSICAL_ADDRESS_WIDTH + int default 42 endif |