From 21f0df3c1ab1fa174dcd3d6c66f00047ba9e7e66 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Thu, 6 Feb 2025 20:37:49 +0000 Subject: [PATCH] mb/starlabs/starbook/mtl: Correct DIMM Speed Size The DDR5 modules have a speed size of 1024 bytes, not 512. Update Kconfig to reflect this. Change-Id: Ic7b691104ff8b0061a485f01709a2f53046cc94a Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/86306 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starbook/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/starlabs/starbook/Kconfig b/src/mainboard/starlabs/starbook/Kconfig index b7e1c63b46..1565f88290 100644 --- a/src/mainboard/starlabs/starbook/Kconfig +++ b/src/mainboard/starlabs/starbook/Kconfig @@ -139,6 +139,7 @@ config DEVICETREE default "variants/\$(CONFIG_VARIANT_DIR)/devicetree.cb" config DIMM_SPD_SIZE + default 1024 if BOARD_STARLABS_STARBOOK_MTL default 512 config DRIVER_TPM_SPI_CHIP