diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-12-28 17:05:08 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-12-30 11:32:08 +0000 |
commit | 05a7ffa25be465aea7a7aa22fdf443322abd95cf (patch) | |
tree | d1f5d6447ff46827d3d1980fe5b3624b3c749b14 /src/cpu/qemu-x86 | |
parent | 44095c1edc4387cd68103dca750cb7a28f5fa745 (diff) | |
download | coreboot-05a7ffa25be465aea7a7aa22fdf443322abd95cf.tar.xz |
bootblock: Move function prototype
Change-Id: I01ecb9a16099ac6189ce3f0bdbd43c23ad7c621d
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/30488
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/qemu-x86')
-rw-r--r-- | src/cpu/qemu-x86/bootblock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/qemu-x86/bootblock.c b/src/cpu/qemu-x86/bootblock.c index fd14c7e0ef..8dcf576990 100644 --- a/src/cpu/qemu-x86/bootblock.c +++ b/src/cpu/qemu-x86/bootblock.c @@ -18,8 +18,6 @@ #include <console/console.h> #include <cpu/x86/bist.h> -asmlinkage void bootblock_c_entry_bist(uint64_t base_timestamp, uint32_t bist); - asmlinkage void bootblock_c_entry_bist(uint64_t base_timestamp, uint32_t bist) { post_code(0x05); |