From d220fc50ca7f26e19fe03aef27f53c369fa1f2d3 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Fri, 6 Aug 2021 17:04:12 -0600 Subject: [PATCH] mb/system76/oryp6: Drop DIMM_SPD_SIZE The board uses the default size specified in the SoC. Change-Id: Ie71a0fea1ff9de6c4f1ce8db2db09bb3cd35d04d Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/56865 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Felix Singer --- src/mainboard/system76/oryp6/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mainboard/system76/oryp6/Kconfig b/src/mainboard/system76/oryp6/Kconfig index 56ccd1754b..d063f40c15 100644 --- a/src/mainboard/system76/oryp6/Kconfig +++ b/src/mainboard/system76/oryp6/Kconfig @@ -54,10 +54,6 @@ config DIMM_MAX int default 2 -config DIMM_SPD_SIZE - int - default 512 - config VGA_BIOS_ID string default "8086,9bc4"