From 4ae9a79d8deff010c8235025039f683dcf4f1a42 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 25 May 2025 13:54:13 +0200 Subject: [PATCH] Haswell NRI: Remove unused `SPD_LEN` define This was kept around to avoid build issues back when the NRI patches were awaiting review. It is no longer used and to-be-upstreamed code does not use this define either, so now is a good time to get rid of it. Change-Id: Id10d81774b0d679b54d5dc4a15dab5996e3a68c5 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/87832 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/northbridge/intel/haswell/native_raminit/raminit_native.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/northbridge/intel/haswell/native_raminit/raminit_native.h b/src/northbridge/intel/haswell/native_raminit/raminit_native.h index 2841ff6e1a..82ecb1c03d 100644 --- a/src/northbridge/intel/haswell/native_raminit/raminit_native.h +++ b/src/northbridge/intel/haswell/native_raminit/raminit_native.h @@ -11,9 +11,6 @@ #include "reg_structs.h" -/** TODO (Angel): Remove this after in-review patches are submitted **/ -#define SPD_LEN SPD_SIZE_MAX_DDR3 - /* Each channel has 4 ranks, spread across 2 slots */ #define NUM_SLOTRANKS 4