diff options
author | rick <rick@andestech.com> | 2016-01-19 13:52:10 +0800 |
---|---|---|
committer | rick <rick@andestech.com> | 2016-01-21 10:41:43 +0800 |
commit | b19cc6bf2160e09607e141fe0fc571701070d1d6 (patch) | |
tree | 4a50690879d6e84708e254ac628ea1f075efd905 /arch/nds32/cpu/n1213 | |
parent | 077678eb0c226e52a1f90edabd3369ab26065b32 (diff) | |
download | u-boot-imx-b19cc6bf2160e09607e141fe0fc571701070d1d6.zip u-boot-imx-b19cc6bf2160e09607e141fe0fc571701070d1d6.tar.gz u-boot-imx-b19cc6bf2160e09607e141fe0fc571701070d1d6.tar.bz2 |
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/n1213')
-rw-r--r-- | arch/nds32/cpu/n1213/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nds32/cpu/n1213/start.S b/arch/nds32/cpu/n1213/start.S index 2f0b76c..8b7f8f4 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 |