or1k: Typo fixes

Wrong paranthesis and an incorrect symbol name are fixed.

          * or1k/boards/optimsoc.S: Fix symbol name
          * or1k/crt0.S: Remove paranthesis
This commit is contained in:
Jeff Johnston
2015-08-07 14:55:49 -04:00
parent 31cf34f849
commit 30c6a3088b
3 changed files with 7 additions and 2 deletions

View File

@ -59,7 +59,7 @@ _or1k_board_init_early:
#ifndef __OR1K_MULTICORE__
l.nop 0x1
.die:
OR1K_DELAYED_NOP(l.j die)
OR1K_DELAYED_NOP(l.j .die)
#endif
l.movhi r1,hi(OPTIMSOC_NA_LMEM_SIZE)
l.ori r1,r1,lo(OPTIMSOC_NA_LMEM_SIZE)