From 46f04cbb49fbab5854d395edefea5b5f81df572e Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 6 Sep 2017 15:42:23 +0300 Subject: binaryPI: Drop BINARYPI_LEGACY_WRAPPER support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop all the sources that were guarded with this. Change-Id: I6c6fd19875cb57f0caf42a1a94f59efed83bfe0d Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/19275 Tested-by: build bot (Jenkins) Reviewed-by: Michał Żygowski --- src/include/cpu/amd/car.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/cpu') diff --git a/src/include/cpu/amd/car.h b/src/include/cpu/amd/car.h index e4dd14289e..59f5bb91aa 100644 --- a/src/include/cpu/amd/car.h +++ b/src/include/cpu/amd/car.h @@ -8,6 +8,5 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx); void asmlinkage early_all_cores(void); void *asmlinkage romstage_main(unsigned long bist); -void asmlinkage romstage_after_car(void); #endif -- cgit v1.2.3