diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2011-10-14 14:50:19 -0700 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2011-10-15 12:27:52 +0200 |
commit | 2d172993953ae777aaec13efddfe6ed91209bd02 (patch) | |
tree | 13235af96c22f22414efd59d2902f31fbb643414 /src/arch/x86/include | |
parent | f830752c87095e7e5711aed9f13e30477182a4a7 (diff) | |
download | coreboot-2d172993953ae777aaec13efddfe6ed91209bd02.tar.xz |
cbfs_and_run_core() is not part of the API, make it static.
It's only used in cbfs_and_run.c
Change-Id: Ibcfcefbeb0c5722eb3888f0d60127229a2badcf6
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/273
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r-- | src/arch/x86/include/arch/stages.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/include/arch/stages.h b/src/arch/x86/include/arch/stages.h index 00d2a93ea3..3ddba51783 100644 --- a/src/arch/x86/include/arch/stages.h +++ b/src/arch/x86/include/arch/stages.h @@ -19,7 +19,6 @@ #ifndef __ARCH_STAGES_H #define __ARCH_STAGES_H -void cbfs_and_run_core(const char *filename, unsigned int ebp); void __attribute__((regparm(0))) copy_and_run(unsigned cpu_reset); void __attribute__((regparm(0))) copy_and_run_ap_code_in_car(unsigned ret_addr); #endif |