2002-11-01 Joel Sherrill <joel@OARcorp.com>

* start/start.S, startup/hw_init.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2002-11-01 21:56:11 +00:00
parent 18a1f5a9f9
commit 4d654d753a
3 changed files with 5 additions and 3 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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