From fb95555088d1b359b72f9dce739a65c4b8295f1a Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 11 Feb 2021 14:00:33 +0100 Subject: nb/intel/haswell: Drop unused function declaration Change-Id: Ica612bcdac373ac013a877bb96b77b2a3f522f7f Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/50540 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/northbridge/intel/haswell/raminit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge') 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); -- cgit v1.2.3