From bfcea14a16eafd4b19fc44b28d6f33d554db5544 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 11 Dec 2022 08:55:49 +0100 Subject: [PATCH] nb/intel/i440bx: Specify supported memory type Change-Id: If94037f2b010527440795e6920dd7a533c52f606 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/70575 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/northbridge/intel/i440bx/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/northbridge/intel/i440bx/Kconfig b/src/northbridge/intel/i440bx/Kconfig index 7b41f05c3a..8908cea902 100644 --- a/src/northbridge/intel/i440bx/Kconfig +++ b/src/northbridge/intel/i440bx/Kconfig @@ -5,6 +5,11 @@ config NORTHBRIDGE_INTEL_I440BX select NO_ECAM_MMCONF_SUPPORT select HAVE_DEBUG_RAM_SETUP select NO_CBFS_MCACHE + select NO_DDR5 + select NO_LPDDR4 + select NO_DDR4 + select NO_DDR3 + select NO_DDR2 config SDRAMPWR_4DIMM bool