From c859f10eec6b8f8120c4683f281461a68f9b374f Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 1 Jan 2019 08:58:59 +0200 Subject: intel/e7505: Drop ECC scrubber code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was already disabled and mostly incompatible with romstage having stack in CAR. Change-Id: I1fe02bef668a5bc8ce3d5a1d8090670752b10c3e Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30621 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/northbridge/intel/e7505/raminit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/northbridge/intel/e7505/raminit.h') diff --git a/src/northbridge/intel/e7505/raminit.h b/src/northbridge/intel/e7505/raminit.h index cdfc92a965..f3fc264200 100644 --- a/src/northbridge/intel/e7505/raminit.h +++ b/src/northbridge/intel/e7505/raminit.h @@ -31,7 +31,6 @@ struct mem_controller { }; void e7505_mch_init(const struct mem_controller *memctrl); -void e7505_mch_scrub_ecc(unsigned long ret_addr); void e7505_mch_done(const struct mem_controller *memctrl); int e7505_mch_is_ready(void); -- cgit v1.2.3