]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Move call64 into its own section
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 15:11:27 +0000 (08:11 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commit7dc82591d68e2ae922abb3e78e59f2d1a6d13c4e
treeeb85b093fc1582f2c6dd460de1a556687bda48f5
parent52d2e9c142c0079bba51011bb95301c986ff11bb
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>
arch/x86/cpu/i386/call64.S