summaryrefslogtreecommitdiffstats
path: root/arch/nds32/cpu
diff options
context:
space:
mode:
authorrick <rick@andestech.com>2016-01-19 13:52:10 +0800
committerrick <rick@andestech.com>2016-01-21 10:41:43 +0800
commitb19cc6bf2160e09607e141fe0fc571701070d1d6 (patch)
tree4a50690879d6e84708e254ac628ea1f075efd905 /arch/nds32/cpu
parent077678eb0c226e52a1f90edabd3369ab26065b32 (diff)
downloadtalos-obmc-uboot-b19cc6bf2160e09607e141fe0fc571701070d1d6.tar.gz
talos-obmc-uboot-b19cc6bf2160e09607e141fe0fc571701070d1d6.zip
nds32: Fix compile error.
Fix compile error with gcc 4.9.3 Signed-off-by: rick <rick@andestech.com> Cc: Andes <uboot@andestech.com>
Diffstat (limited to 'arch/nds32/cpu')
-rw-r--r--arch/nds32/cpu/n1213/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nds32/cpu/n1213/start.S b/arch/nds32/cpu/n1213/start.S
index 2f0b76c04c..8b7f8f4540 100644
--- a/arch/nds32/cpu/n1213/start.S
+++ b/arch/nds32/cpu/n1213/start.S
@@ -400,7 +400,7 @@ end_flush_dcache:
! FIXME: Other way to get PC?
! FIXME: Update according to the newest spec!!
1:
- la $r28, 1
+ li $r28, 1
push $r28
mfsr $r28, PSW ! $PSW
push $r28
OpenPOWER on IntegriCloud