summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/s3c44b0
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/s3c44b0')
-rw-r--r--arch/arm/cpu/s3c44b0/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/s3c44b0/start.S b/arch/arm/cpu/s3c44b0/start.S
index 50e3f21cf3..9379af67b2 100644
--- a/arch/arm/cpu/s3c44b0/start.S
+++ b/arch/arm/cpu/s3c44b0/start.S
@@ -192,7 +192,7 @@ fixabs:
mov r1, r1, LSR #4 /* r1 <- symbol index in .dynsym */
add r1, r10, r1 /* r1 <- address of symbol in table */
ldr r1, [r1, #4] /* r1 <- symbol value */
- add r1, r9 /* r1 <- relocated sym addr */
+ add r1, r1, r9 /* r1 <- relocated sym addr */
b fixnext
fixrel:
/* relative fix: increase location by offset */
OpenPOWER on IntegriCloud