Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2015 21:39:32 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281907 - head/sys/arm/freescale/imx
Message-ID:  <201504232139.t3NLdWkh014343@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Thu Apr 23 21:39:32 2015
New Revision: 281907
URL: https://svnweb.freebsd.org/changeset/base/281907

Log:
  Reduce the diff between files.imx51 and files.imx53

Modified:
  head/sys/arm/freescale/imx/files.imx51
  head/sys/arm/freescale/imx/files.imx53

Modified: head/sys/arm/freescale/imx/files.imx51
==============================================================================
--- head/sys/arm/freescale/imx/files.imx51	Thu Apr 23 21:31:06 2015	(r281906)
+++ head/sys/arm/freescale/imx/files.imx51	Thu Apr 23 21:39:32 2015	(r281907)
@@ -9,9 +9,12 @@ arm/freescale/imx/imx_machdep.c		standar
 arm/freescale/imx/imx51_machdep.c	standard
 arm/arm/bus_space_base.c		standard
 
-# Dummy serial console
+# Special serial console for debuging early boot code
 #arm/freescale/imx/console.c		standard
 
+# UART driver (includes serial console support)
+dev/uart/uart_dev_imx.c			optional uart
+
 # TrustZone Interrupt Controller
 arm/freescale/imx/tzic.c		standard
 
@@ -30,9 +33,6 @@ arm/freescale/imx/imx51_ccm.c		standard
 # i.MX5xx PATA controller
 dev/ata/chipsets/ata-fsl.c		optional imxata
 
-# UART driver
-dev/uart/uart_dev_imx.c			optional uart
-
 # USB OH3 controller (1 OTG, 3 EHCI)
 arm/freescale/imx/imx_nop_usbphy.c	optional ehci
 dev/usb/controller/ehci_imx.c		optional ehci

Modified: head/sys/arm/freescale/imx/files.imx53
==============================================================================
--- head/sys/arm/freescale/imx/files.imx53	Thu Apr 23 21:31:06 2015	(r281906)
+++ head/sys/arm/freescale/imx/files.imx53	Thu Apr 23 21:39:32 2015	(r281907)
@@ -13,7 +13,7 @@ arm/arm/bus_space_base.c		standard
 #arm/freescale/imx/console.c		standard
 
 # UART driver (includes serial console support)
-dev/uart/uart_dev_imx.c 		optional uart
+dev/uart/uart_dev_imx.c			optional uart
 
 # TrustZone Interrupt Controller
 arm/freescale/imx/tzic.c		standard



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