From 28a16d960c31e853ded415ff9159e0dc409d2a90 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 30 Aug 2021 09:56:25 +0200 Subject: src/*: Specify type of `DIMM_SPD_SIZE` once Specify the type of the `DIMM_SPD_SIZE` Kconfig symbol once. Change-Id: I619833dbce6d2dbe414ed9b37f43196b4b52730e Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/57257 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Felix Held --- src/soc/amd/stoneyridge/Kconfig | 1 - src/soc/intel/xeon_sp/cpx/Kconfig | 1 - 2 files changed, 2 deletions(-) (limited to 'src/soc') diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index f87e606f37..08b2ef4db6 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -361,7 +361,6 @@ comment "AMD Firmware Directory Table set to location for 16MB ROM" depends on AMD_FWM_POSITION_INDEX = 5 config DIMM_SPD_SIZE - int default 512 # DDR4 config RO_REGION_ONLY diff --git a/src/soc/intel/xeon_sp/cpx/Kconfig b/src/soc/intel/xeon_sp/cpx/Kconfig index 8c1ce0d364..3e3b8c1322 100644 --- a/src/soc/intel/xeon_sp/cpx/Kconfig +++ b/src/soc/intel/xeon_sp/cpx/Kconfig @@ -110,7 +110,6 @@ config DIMM_MAX # DDR4 config DIMM_SPD_SIZE - int default 512 if INTEL_TXT -- cgit v1.2.3