svn commit: r336112 - head/sys/arm/conf

Ian Lepore ian at FreeBSD.org
Sun Jul 8 21:14:45 UTC 2018


Author: ian
Date: Sun Jul  8 21:14:43 2018
New Revision: 336112
URL: https://svnweb.freebsd.org/changeset/base/336112

Log:
  Oops, fix a typo:  imx_snvs should be imx6_snvs.

Modified:
  head/sys/arm/conf/GENERIC
  head/sys/arm/conf/IMX6

Modified: head/sys/arm/conf/GENERIC
==============================================================================
--- head/sys/arm/conf/GENERIC	Sun Jul  8 21:09:52 2018	(r336111)
+++ head/sys/arm/conf/GENERIC	Sun Jul  8 21:14:43 2018	(r336112)
@@ -262,7 +262,7 @@ device		crypto
 device		cryptodev
 
 # imx6 on-chip RTC
-device		imx_snvs		# On-chip RTC
+device		imx6_snvs		# On-chip RTC
 
 # Flattened Device Tree
 options 	FDT			# Configure using FDT/DTB data

Modified: head/sys/arm/conf/IMX6
==============================================================================
--- head/sys/arm/conf/IMX6	Sun Jul  8 21:09:52 2018	(r336111)
+++ head/sys/arm/conf/IMX6	Sun Jul  8 21:14:43 2018	(r336112)
@@ -125,6 +125,6 @@ device		ffec			# Freescale Fast Ethernet Controller
 device		fsliic			# Freescale i2c/iic
 device		iic			# iic protocol
 device		iicbus			# iic bus
-device		imx_snvs		# On-chip RTC
+device		imx6_snvs		# On-chip RTC
 device		imxwdt			# Watchdog. WARNING: can't be disabled!!!
 


More information about the svn-src-head mailing list