diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-08-05 23:54:04 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-08-05 23:54:04 +0000 |
| commit | 7ba04507e65f4ea9c097b1ad1a02ae93da8940db (patch) | |
| tree | 89674435148eb554985eeb93b743c7dfae63830e /sys/dev/syscons | |
| parent | 28775a6130448b9657cf5c10a69286a6e3106734 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/syscons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 812643107d55..c24995d2dff9 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -2764,7 +2764,7 @@ scinit(int unit, int flags) #endif #ifdef DEV_SPLASH - if (!(sc->flags & SC_SPLASH_SCRN) && (flags & SC_KERNEL_CONSOLE)) { + if (!(sc->flags & SC_SPLASH_SCRN)) { /* we are ready to put up the splash image! */ splash_init(sc->adp, scsplash_callback, sc); sc->flags |= SC_SPLASH_SCRN; |
