Changeset 46db5c51 in mainline for boot/arch/arm32/src/asm.S


Ignore:
Timestamp:
2013-08-06T22:55:00Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e40b8066
Parents:
e13ba75
Message:

arm32: Fix compilation for armv4/5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/src/asm.S

    re13ba75 r46db5c51  
    8888        dsb
    8989#else
    90         andi r4, 0
     90        mov r4, #0
    9191        #cp15 dsb, r4 is ignored (should be zero)
    9292        mcr p15, 0, r4, c7, c10, 4
Note: See TracChangeset for help on using the changeset viewer.