summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-01-15 11:40:41 +0000
committerandrew <andrew@FreeBSD.org>2016-01-15 11:40:41 +0000
commit01d02bef052d46da00553ecaf1212695500778f5 (patch)
tree828c12e78432da4c192e8f8f649eba26f2eb5df8
parent655b8a18db2a07e3cbe3223567a2bcf1b2dcabb3 (diff)
downloadFreeBSD-src-01d02bef052d46da00553ecaf1212695500778f5.zip
FreeBSD-src-01d02bef052d46da00553ecaf1212695500778f5.tar.gz
Remove the commented out sc device from the i.MX kernels, they both use
vt(4).
-rw-r--r--sys/arm/conf/IMX538
-rw-r--r--sys/arm/conf/IMX68
2 files changed, 0 insertions, 16 deletions
diff --git a/sys/arm/conf/IMX53 b/sys/arm/conf/IMX53
index 7fe97a2..9724375 100644
--- a/sys/arm/conf/IMX53
+++ b/sys/arm/conf/IMX53
@@ -136,11 +136,3 @@ device wlan_amrr # AMRR transmit rate control algorithm
# Flattened Device Tree
options FDT # Configure using FDT/DTB data
-
-# NOTE: serial console will be disabled if syscons enabled
-# Uncomment following lines for framebuffer/syscons support
-#device sc
-#device vt
-#device kbdmux
-#options SC_DFLT_FONT # compile font in
-#makeoptions SC_DFLT_FONT=cp437
diff --git a/sys/arm/conf/IMX6 b/sys/arm/conf/IMX6
index 6de7c26..6b383e2 100644
--- a/sys/arm/conf/IMX6
+++ b/sys/arm/conf/IMX6
@@ -125,14 +125,6 @@ device u3g # USB modems
#device wlan_tkip # 802.11 TKIP support
#device wlan_amrr # AMRR transmit rate control algorithm
-# NOTE: serial console will be disabled if syscons enabled
-# Uncomment following lines for framebuffer/syscons support
-# Wandboard has no video console support yet.
-#device sc
-#device kbdmux
-#options SC_DFLT_FONT # compile font in
-#makeoptions SC_DFLT_FONT=cp437
-
device vt
device kbdmux
device ukbd
OpenPOWER on IntegriCloud