console device selection is done at runtime now
This commit is contained in:
parent
648a5bdd8d
commit
42680819c8
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: BEAGLEBOARD,v 1.44 2013/01/24 02:04:15 jmcneill Exp $
|
||||
# $NetBSD: BEAGLEBOARD,v 1.45 2013/02/09 13:29:36 jmcneill Exp $
|
||||
#
|
||||
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
|
||||
#
|
||||
|
@ -256,10 +256,7 @@ omapdma0 at obio0 addr 0x48056000 size 0x1000
|
|||
|
||||
# onboard video
|
||||
omapfb* at obio0 addr 0x48050000 size 0x10000
|
||||
|
||||
# make sure the console display is always wsdisplay0
|
||||
wsdisplay0 at wsemuldisplaydev? console 1
|
||||
wsdisplay* at wsemuldisplaydev?
|
||||
wsdisplay* at wsemuldisplaydev? console ?
|
||||
|
||||
# various options for wscons - we try to look as much like a standard
|
||||
# sun console as possible
|
||||
|
|
Loading…
Reference in New Issue