summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-29 06:37:52 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-30 05:59:41 +0000
commitaeb85d53e90728bf758b08895c7ed5dbf9cf3062 (patch)
tree175923e7e2483ed3678e7fadf5a7939450cf8c04 /src/include
parent34ac1ab4a3172fc821e47824f107873da25d8991 (diff)
downloadcoreboot-aeb85d53e90728bf758b08895c7ed5dbf9cf3062.tar.xz
binaryPI: Clean leftover romstage prototype
Change-Id: Ie9e7a88f1f8dce967772e7c5ecf4aea971bb1c3f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37346 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cpu/amd/car.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/cpu/amd/car.h b/src/include/cpu/amd/car.h
index 46f7e1d5c9..be7b69a942 100644
--- a/src/include/cpu/amd/car.h
+++ b/src/include/cpu/amd/car.h
@@ -3,8 +3,6 @@
#include <arch/cpu.h>
-void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx);
-
void *asmlinkage romstage_main(unsigned long bist);
#endif