Changeset a4afc8d in mainline for boot/arch/arm32/src/mm.c


Ignore:
Timestamp:
2012-12-30T21:18:57Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
029e3cc
Parents:
46a6a5d
Message:

arm32: Sync boot and kernel cache handling.

File:
1 edited

Legend:

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

    r46a6a5d ra4afc8d  
    125125                 * See Cortex-A8 TRM ch. 7.2.6 p. 7-4 (PDF 245) */
    126126                "ldr r1, =0x00001805\n"
     127#elif defined(PROCESSOR_ARCH_armv7_a) | defined(PROCESSOR_ARCH_armv6)
     128                /* Enable paging, data cache and branch prediction
     129                 * see arch/arm32/src/cpu/cpu.c for reasoning */
     130                "ldr r1, =0x00000805\n"
    127131#else
    128132                /* Mask to enable paging and branch prediction */
Note: See TracChangeset for help on using the changeset viewer.