diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2009-11-24 20:04:19 +1100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-12-05 01:04:44 +0100 |
commit | 0fc1b49ecbd7ec7371f9ede0600e4fd28cec7f33 (patch) | |
tree | 953b3fda13f2e8f2d0a717a292c42a300f639c3f /lib_i386/bios_pci.S | |
parent | 564a9984bdbf86a02cf4f0d848933a9fff4a1d18 (diff) | |
download | u-boot-imx-0fc1b49ecbd7ec7371f9ede0600e4fd28cec7f33.zip u-boot-imx-0fc1b49ecbd7ec7371f9ede0600e4fd28cec7f33.tar.gz u-boot-imx-0fc1b49ecbd7ec7371f9ede0600e4fd28cec7f33.tar.bz2 |
i386: Remove inline asm symbols from .dynsym
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'lib_i386/bios_pci.S')
-rw-r--r-- | lib_i386/bios_pci.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib_i386/bios_pci.S b/lib_i386/bios_pci.S index 67fd00b..9e412e5 100644 --- a/lib_i386/bios_pci.S +++ b/lib_i386/bios_pci.S @@ -34,6 +34,8 @@ .section .bios, "ax" .code16 .globl realmode_pci_bios_call_entry +.hidden realmode_pci_bios_call_entry +.type realmode_pci_bios_call_entry, @function realmode_pci_bios_call_entry: MAKE_BIOS_STACK call realmode_pci_bios |