From 0acae97863cb842a8a6a56cb0290596510910a8b Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 8 Jan 2024 09:32:11 +0530 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79842 Tested-by: build bot (Jenkins) Reviewed-by: Jakub Czapiga --- src/soc/intel/meteorlake/Kconfig | 1 + 1 file changed, 1 insertion(+) 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