Minor changes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11320 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
isiora 2018-01-18 09:40:45 +00:00
parent 9d24e49e12
commit 560f7f9103
2 changed files with 2 additions and 3 deletions

View File

@ -99,7 +99,6 @@ Boot_Handler:
*/
ldr r0, =SCR_RESET_VAL // IRQ and ABT to monitor in secure mode
mcr p15, 0, r0, c1, c1, 0
b Reset_Handler
#endif /* !defined(__DOXYGEN__) */

View File

@ -89,13 +89,13 @@ static uint32_t mmuTable[4096] CC_ALIGN(16384);
/*===========================================================================*/
/**
* @brief MMU Module initialization.
* @brief Core/MMU Module initialization.
* @note This function is implicitly invoked on system initialization,
* there is no need to explicitly initialize the module.
*
* @notapi
*/
void __mmu_init(void) {
void __core_init(void) {
uint32_t pm;
/*