mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 19:34:35 +00:00
x86: Move call64 into its own section
When this code is not used (e.g. by TPL) we want it to be excluded from the image. Put it in its own section so that this happens. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
52d2e9c142
commit
7dc82591d6
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <asm/processor-flags.h>
|
||||
|
||||
.code32
|
||||
.section .text_call64
|
||||
.globl cpu_call64
|
||||
cpu_call64:
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue