diff options
author | Wolfgang Denk <wd@denx.de> | 2009-12-15 23:38:34 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-12-15 23:38:34 +0100 |
commit | bb3bcfa2426cc6a0aecec7270e3ee67ca843a125 (patch) | |
tree | 0314e3d8e8d9e4d568a496fca27db33d66e68bb4 /lib_i386/bios_pci.S | |
parent | a200a7c04d89853d2a1395b96d8ca5e3dd754551 (diff) | |
parent | 4b142febff71eabdb7ddbb125c7b583b24ddc434 (diff) | |
download | u-boot-bb3bcfa2426cc6a0aecec7270e3ee67ca843a125.tar.gz |
Merge branch 'next' of ../next
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 67fd00b834..9e412e5e4c 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 |