Changes in boot/arch/arm32/src/main.c [7cd15b9:67d02bb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/src/main.c
r7cd15b9 r67d02bb 129 129 130 130 printf(".\n"); 131 132 /* Flush PT too. We need this if we disable caches later */133 clean_dcache_poc(boot_pt, PTL0_ENTRIES * PTL0_ENTRY_SIZE);134 131 135 132 printf("Booting the kernel...\n");
Note:
See TracChangeset
for help on using the changeset viewer.