diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-04-19 16:51:22 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-04-22 10:23:30 +0000 |
commit | efa5a463505f09d88e39f8fe847f1da4abb8ac10 (patch) | |
tree | edfe1308e792fc83dfafedd02a0a4493f92b4445 /src/soc/intel/cannonlake/Kconfig | |
parent | 091532d8ee34116e0a8c5a7775f971ada895c4c9 (diff) |
soc/intel/cannonlake: Set DIMM_SPD_SIZE to 512
All related mainboards are setting DIMM_SPD_SIZE to 512. Therefore,
default to 512 in the SoC Kconfig and drop it from related mainboard
Kconfigs.
Change-Id: Idb6a0e42961eeb490afd76b4aa7d940961991733
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52513
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/cannonlake/Kconfig')
-rw-r--r-- | src/soc/intel/cannonlake/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index d4bedc1396..65277f2f07 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -119,6 +119,9 @@ config MAX_CPUS int default 12 +config DIMM_SPD_SIZE + default 512 + config DCACHE_RAM_BASE default 0xfef00000 |