Changeset a4afc8d in mainline
- Timestamp:
- 2012-12-30T21:18:57Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 029e3cc
- Parents:
- 46a6a5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/src/mm.c
r46a6a5d ra4afc8d 125 125 * See Cortex-A8 TRM ch. 7.2.6 p. 7-4 (PDF 245) */ 126 126 "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" 127 131 #else 128 132 /* Mask to enable paging and branch prediction */
Note:
See TracChangeset
for help on using the changeset viewer.