diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-03-22 12:17:47 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-23 19:24:34 +0000 |
commit | 2b5c1e73a57642a3289f19ae061acc0ddbb56d7d (patch) | |
tree | 4b17a6129e248b1e9df9f58a9e769adde5263413 /src/northbridge | |
parent | 7f6586ff782e632902ae9a807b95c97659dd6a9a (diff) |
nb/intel/sandybridge: Remove unnecessary declaration
Change-Id: If99fd6511fcea474a1398d2b680e0df4bb1a229b
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39755
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/sandybridge/raminit_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/intel/sandybridge/raminit_common.h b/src/northbridge/intel/sandybridge/raminit_common.h index 0735ceaa8f..516d8f5557 100644 --- a/src/northbridge/intel/sandybridge/raminit_common.h +++ b/src/northbridge/intel/sandybridge/raminit_common.h @@ -72,8 +72,6 @@ struct ram_rank_timings { } lanes[NUM_LANES]; }; -struct ramctr_timing_st; - typedef struct ramctr_timing_st { u16 spd_crc[NUM_CHANNELS][NUM_SLOTS]; int sandybridge; |