summaryrefslogtreecommitdiff
path: root/arch/blackfin/lib/outs.S
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-11-19 22:00:28 +0100
committerWolfgang Denk <wd@denx.de>2010-11-19 22:00:28 +0100
commitb68ef0dbcec32147aaefdf6781aeca1a3e646394 (patch)
tree723afa4768c26177782d9069fc9db94855855e6d /arch/blackfin/lib/outs.S
parentbcde82a239cb9aa4d30e83dff329015d7710179c (diff)
parent49508d4c591fd2c462cb3707541add0fee921ed4 (diff)
downloadu-boot-imx-b68ef0dbcec32147aaefdf6781aeca1a3e646394.zip
u-boot-imx-b68ef0dbcec32147aaefdf6781aeca1a3e646394.tar.gz
u-boot-imx-b68ef0dbcec32147aaefdf6781aeca1a3e646394.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Diffstat (limited to 'arch/blackfin/lib/outs.S')
-rw-r--r--arch/blackfin/lib/outs.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/blackfin/lib/outs.S b/arch/blackfin/lib/outs.S
index 90c6033..253d4c3 100644
--- a/arch/blackfin/lib/outs.S
+++ b/arch/blackfin/lib/outs.S
@@ -12,6 +12,7 @@
.align 2
+.section .text._outsl
ENTRY(_outsl)
P0 = R0; /* P0 = port */
P1 = R1; /* P1 = address */
@@ -23,6 +24,7 @@ ENTRY(_outsl)
RTS;
ENDPROC(_outsl)
+.section .text._outsw
ENTRY(_outsw)
P0 = R0; /* P0 = port */
P1 = R1; /* P1 = address */
@@ -34,6 +36,7 @@ ENTRY(_outsw)
RTS;
ENDPROC(_outsw)
+.section .text._outsb
ENTRY(_outsb)
P0 = R0; /* P0 = port */
P1 = R1; /* P1 = address */
@@ -45,6 +48,7 @@ ENTRY(_outsb)
RTS;
ENDPROC(_outsb)
+.section .text._outsw_8
ENTRY(_outsw_8)
P0 = R0; /* P0 = port */
P1 = R1; /* P1 = address */