forked from Imagelibrary/rtems
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* start/start.S, startup/hw_init.c: Removed warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/start.S, startup/hw_init.c: Removed warnings.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
|
||||
@@ -133,7 +133,7 @@ SYM (start):
|
||||
mov.l r3, @r0
|
||||
mov.l vects_k,r0 ! point vbr to vectab
|
||||
ldc r0,vbr
|
||||
#endif ! STANDALONE_EVB
|
||||
#endif /* ! STANDALONE_EVB */
|
||||
|
||||
! call the mainline
|
||||
mov #0,r4 ! argc
|
||||
|
||||
@@ -76,8 +76,6 @@ void early_hw_init (void)
|
||||
/* to be called from 'bspstart.c' */
|
||||
void bsp_hw_init (void)
|
||||
{
|
||||
int a;
|
||||
unsigned8 temp8;
|
||||
unsigned16 temp16;
|
||||
|
||||
#ifdef STANDALONE_EVB
|
||||
|
||||
Reference in New Issue
Block a user