diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-08-30 09:56:25 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-03 00:10:33 +0000 |
commit | 28a16d960c31e853ded415ff9159e0dc409d2a90 (patch) | |
tree | 535f5c31b0bec261d0e875043bf888003376adca /src/soc | |
parent | 349f13071dbb5e3c5e6e5fdf72d5f7cf8b3e0cb7 (diff) |
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57257
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/stoneyridge/Kconfig | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/cpx/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
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 |