Remove call to leds_init (it is already in obio_init).

This commit is contained in:
gwr 1997-05-14 16:13:31 +00:00
parent 3a8dda73c5
commit b209530013
2 changed files with 2 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore2.c,v 1.15 1997/05/11 06:15:09 jeremy Exp $ */
/* $NetBSD: locore2.c,v 1.16 1997/05/14 16:13:31 gwr Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -249,8 +249,5 @@ _bootstrap(keh)
*/
setvbr((void **)vector_table);
/* Illuminate the diagnostic LED(s) */
leds_init();
/* Interrupts are enabled later, after autoconfig. */
}

View File

@ -1,4 +1,4 @@
/* $NetBSD: _startup.c,v 1.15 1997/05/11 06:15:09 jeremy Exp $ */
/* $NetBSD: _startup.c,v 1.16 1997/05/14 16:13:31 gwr Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -249,8 +249,5 @@ _bootstrap(keh)
*/
setvbr((void **)vector_table);
/* Illuminate the diagnostic LED(s) */
leds_init();
/* Interrupts are enabled later, after autoconfig. */
}