Changeset f69ac6c in mainline


Ignore:
Timestamp:
2013-02-14T21:54:06Z (11 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2e55443
Parents:
63b2be8
Message:

bootloader: add a reference to the ARM Architecture manual before the TLB flush operation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/src/mm.c

    r63b2be8 rf69ac6c  
    145145                "orr r0, r0, r1\n"
    146146
    147                 /* Flush the TLB */
     147                /* Invalidate the TLB content before turning on the MMU.
     148                 * ARMv7-A Reference manual, B3.10.3
     149                 */
    148150                "mcr p15, 0, r0, c8, c7, 0\n"
    149151               
Note: See TracChangeset for help on using the changeset viewer.