Changeset 9658879 in mainline


Ignore:
Timestamp:
2018-02-15T20:57:02Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fec0240
Parents:
06ae793
Message:

boot/arm32: Fix comment

File:
1 edited

Legend:

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

    r06ae793 r9658879  
    6868        mrc     p15, 0, r4, c1, c0, 0
    6969       
    70         # D-cache before the kernel is started.
     70        # Disable D-cache before the kernel is started.
    7171        bic     r4, r4, #(1 << CP15_C1_DC)
    7272
Note: See TracChangeset for help on using the changeset viewer.