Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79842?usp=email )
Change subject: soc/intel/mtl: Have override for SOC_PHYSICAL_ADDRESS_WIDTH as integer ......................................................................
soc/intel/mtl: Have override for 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 --- M src/soc/intel/meteorlake/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/79842/1
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 5b78fdf..298bb83 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -466,6 +466,7 @@ and CSME update.
config SOC_PHYSICAL_ADDRESS_WIDTH + int default 42
endif