summaryrefslogtreecommitdiffstats
path: root/board/eNET
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2009-11-24 20:04:19 +1100
committerWolfgang Denk <wd@denx.de>2009-12-05 01:04:44 +0100
commit0fc1b49ecbd7ec7371f9ede0600e4fd28cec7f33 (patch)
tree953b3fda13f2e8f2d0a717a292c42a300f639c3f /board/eNET
parent564a9984bdbf86a02cf4f0d848933a9fff4a1d18 (diff)
downloadtalos-obmc-uboot-0fc1b49ecbd7ec7371f9ede0600e4fd28cec7f33.tar.gz
talos-obmc-uboot-0fc1b49ecbd7ec7371f9ede0600e4fd28cec7f33.zip
i386: Remove inline asm symbols from .dynsym
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'board/eNET')
-rw-r--r--board/eNET/eNET_start16.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/eNET/eNET_start16.S b/board/eNET/eNET_start16.S
index 48e4d83a13..af2c132156 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
OpenPOWER on IntegriCloud