Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2018 21:14:44 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336112 - head/sys/arm/conf
Message-ID:  <201807082114.w68LEiDh011771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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!!!
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807082114.w68LEiDh011771>