Changeset 7cd15b9 in mainline for boot/arch/arm32/src/main.c
- Timestamp:
- 2014-04-18T19:04:14Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6d5da743
- Parents:
- 83b01c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/src/main.c
r83b01c2 r7cd15b9 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); 131 134 132 135 printf("Booting the kernel...\n");
Note:
See TracChangeset
for help on using the changeset viewer.