Changeset 9658879 in mainline
- Timestamp:
- 2018-02-15T20:57:02Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fec0240
- Parents:
- 06ae793
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/src/asm.S
r06ae793 r9658879 68 68 mrc p15, 0, r4, c1, c0, 0 69 69 70 # D -cache before the kernel is started.70 # Disable D-cache before the kernel is started. 71 71 bic r4, r4, #(1 << CP15_C1_DC) 72 72
Note:
See TracChangeset
for help on using the changeset viewer.