diff options
author | Graeme Russ | 2009-11-24 20:04:19 +1100 |
---|---|---|
committer | Wolfgang Denk | 2009-12-05 01:04:44 +0100 |
commit | 0fc1b49ecbd7ec7371f9ede0600e4fd28cec7f33 (patch) | |
tree | 953b3fda13f2e8f2d0a717a292c42a300f639c3f /board | |
parent | 564a9984bdbf86a02cf4f0d848933a9fff4a1d18 (diff) |
i386: Remove inline asm symbols from .dynsym
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/eNET/eNET_start16.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/eNET/eNET_start16.S b/board/eNET/eNET_start16.S index 48e4d83a138..af2c1321566 100644 --- a/board/eNET/eNET_start16.S +++ b/board/eNET/eNET_start16.S @@ -71,6 +71,8 @@ board_init16: .section .bios, "ax" .code16 .globl realmode_reset +.hidden realmode_reset +.type realmode_reset, @function realmode_reset: /* Alias MMCR to 0xdf000 */ movw $0xfffc, %dx |