Changes in boot/arch/arm32/src/asm.S [73b3ecd:9658879] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/src/asm.S
r73b3ecd 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.