git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5123 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-02-06 15:40:31 +00:00
parent 0095bbc32d
commit d0bb933c14
2 changed files with 3 additions and 2 deletions

View File

@ -176,7 +176,7 @@ int main(void) {
* RTOS is active.
*/
// halInit();
chSysInit();
// chSysInit();
/*
* Activates the serial driver 1 using the driver default configuration.
@ -198,7 +198,7 @@ int main(void) {
// chThdRelease(shelltp); /* Recovers memory of the previous shell. */
// shelltp = NULL; /* Triggers spawning of a new shell. */
// }
chThdSleepMilliseconds(1000);
// chThdSleepMilliseconds(1000);
}
return 0;
}

View File

@ -42,6 +42,7 @@ _boot_address:
stwu %r0, -8(%r1)
/*
* IVPR initialization.
* TODO: Remove because it is in core.s now.
*/
lis %r4, __ivpr_base__@h
ori %r4, %r4, __ivpr_base__@l