From acaa581a474660e9c34cb4930cd63c77660f6e16 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 23 Dec 2018 07:11:14 +0200 Subject: soc/intel: Drop romstage_after_car() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Platforms moved to POSTCAR_STAGE so these are no longer used. Change-Id: I9a7b5a1f29b402d0e996f2c2f8c6db3800cdddf3 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30387 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/include/cpu/intel/romstage.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include/cpu/intel') diff --git a/src/include/cpu/intel/romstage.h b/src/include/cpu/intel/romstage.h index eace57e558..418d029642 100644 --- a/src/include/cpu/intel/romstage.h +++ b/src/include/cpu/intel/romstage.h @@ -27,8 +27,5 @@ void platform_enter_postcar(void); /* romstage_main is called from the cache-as-ram assembly file to prepare * CAR stack guards.*/ asmlinkage void *romstage_main(unsigned long bist); -/* romstage_after_car() is the C function called after cache-as-ram has - * been torn down. It is responsible for loading the ramstage. */ -asmlinkage void romstage_after_car(void); #endif /* _CPU_INTEL_ROMSTAGE_H */ -- cgit v1.2.3