aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2018-12-23 07:13:16 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-21 19:42:43 +0000
commit79ca4b55c5034e459e33bcce51456ea2a0420cf1 (patch)
treeea4778569a2657a116b541316ce6464eff3f2083 /src/arch/x86/include
parent35a047c4e5bce26bf355320ed61681bc07fefae9 (diff)
arch/x86: Remove copy_and_run()
Nothing but a wrapper for run_ramstage() with an ugly name. Change-Id: Ie443a27cf18f829496ddadcc19c4ebec6a0b5a59 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/30389 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r--src/arch/x86/include/arch/stages.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/x86/include/arch/stages.h b/src/arch/x86/include/arch/stages.h
index 3ef3cae148..0726cac1b1 100644
--- a/src/arch/x86/include/arch/stages.h
+++ b/src/arch/x86/include/arch/stages.h
@@ -14,8 +14,4 @@
#ifndef __ARCH_STAGES_H
#define __ARCH_STAGES_H
-#include <arch/cpu.h>
-
-asmlinkage void copy_and_run(void);
-
#endif