From 046100590870042db986e622d5126b9daefc596e Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 31 Dec 2022 08:17:47 +0100 Subject: nb/intel/ironlake: Specify supported memory type Change-Id: Ib1bf132f248d1f3c42d32f884f09687964a0c6f2 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/71584 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/northbridge/intel/ironlake/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/northbridge/intel') diff --git a/src/northbridge/intel/ironlake/Kconfig b/src/northbridge/intel/ironlake/Kconfig index a614058efb..678e73a45a 100644 --- a/src/northbridge/intel/ironlake/Kconfig +++ b/src/northbridge/intel/ironlake/Kconfig @@ -8,6 +8,11 @@ config NORTHBRIDGE_INTEL_IRONLAKE select INTEL_GMA_ACPI select CACHE_MRC_SETTINGS select HAVE_DEBUG_RAM_SETUP + select NO_DDR5 + select NO_LPDDR4 + select NO_DDR4 + select NO_DDR2 + select USE_DDR3 if NORTHBRIDGE_INTEL_IRONLAKE -- cgit v1.2.3