aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-02-11 14:00:33 +0100
committerAngel Pons <th3fanbus@gmail.com>2021-02-12 19:48:52 +0000
commitfb95555088d1b359b72f9dce739a65c4b8295f1a (patch)
tree11b9e50c33818f817dad629e9076ce3c9d56b1c2 /src/northbridge/intel/haswell
parenta3c6ed0dffe144ca1803b43fe1e0e16a9136793e (diff)
nb/intel/haswell: Drop unused function declaration
Change-Id: Ica612bcdac373ac013a877bb96b77b2a3f522f7f Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50540 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/intel/haswell')
-rw-r--r--src/northbridge/intel/haswell/raminit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/haswell/raminit.h b/src/northbridge/intel/haswell/raminit.h
index ee0af776a9..6efea3e6ef 100644
--- a/src/northbridge/intel/haswell/raminit.h
+++ b/src/northbridge/intel/haswell/raminit.h
@@ -18,7 +18,7 @@ void mb_get_spd_map(uint8_t spd_map[4]);
void sdram_initialize(struct pei_data *pei_data);
void setup_sdram_meminfo(struct pei_data *pei_data);
-int fixup_haswell_errata(void);
+
/* save_mrc_data() must be called after cbmem has been initialized. */
void save_mrc_data(struct pei_data *pei_data);