diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2015-08-07 14:55:49 -0400 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2015-08-07 15:02:03 -0400 |
commit | 30c6a3088b901255b6c43bd78fdb1ceaa4521168 (patch) | |
tree | 1747aa1cd1619a788407fa63232938c9a26a3cfa /libgloss/or1k/boards/optimsoc.S | |
parent | 31cf34f84903dec0c8fae716f80e46e57501ff19 (diff) | |
download | cygnal-30c6a3088b901255b6c43bd78fdb1ceaa4521168.tar.gz cygnal-30c6a3088b901255b6c43bd78fdb1ceaa4521168.tar.bz2 cygnal-30c6a3088b901255b6c43bd78fdb1ceaa4521168.zip |
or1k: Typo fixes
Wrong paranthesis and an incorrect symbol name are fixed.
* or1k/boards/optimsoc.S: Fix symbol name
* or1k/crt0.S: Remove paranthesis
Diffstat (limited to 'libgloss/or1k/boards/optimsoc.S')
-rw-r--r-- | libgloss/or1k/boards/optimsoc.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/or1k/boards/optimsoc.S b/libgloss/or1k/boards/optimsoc.S index eb782644d..824e7b107 100644 --- a/libgloss/or1k/boards/optimsoc.S +++ b/libgloss/or1k/boards/optimsoc.S @@ -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) |