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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87832
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2025-05-25 13:54:13 +02:00 committed by Matt DeVillier
commit 4ae9a79d8d

View file

@ -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