svn commit: r255151 - head/sys/arm/freescale/imx

Rui Paulo rpaulo at FreeBSD.org
Mon Sep 2 17:07:47 UTC 2013


Author: rpaulo
Date: Mon Sep  2 17:07:46 2013
New Revision: 255151
URL: http://svnweb.freebsd.org/changeset/base/255151

Log:
  Revert accidental commit.

Modified:
  head/sys/arm/freescale/imx/imx51_machdep.c

Modified: head/sys/arm/freescale/imx/imx51_machdep.c
==============================================================================
--- head/sys/arm/freescale/imx/imx51_machdep.c	Mon Sep  2 16:20:10 2013	(r255150)
+++ head/sys/arm/freescale/imx/imx51_machdep.c	Mon Sep  2 17:07:46 2013	(r255151)
@@ -107,7 +107,7 @@ platform_devmap_init(void)
 	 * Map segment where UART1 and UART2 located.
 	 */
 	fdt_devmap[0].pd_va = IMX51_DEV_VIRT_BASE + 0x03f00000;
-	fdt_devmap[0].pd_pa = 0x53f00000;
+	fdt_devmap[0].pd_pa = 0x73f00000;
 	fdt_devmap[0].pd_size = 0x00100000;
 	fdt_devmap[0].pd_prot = VM_PROT_READ | VM_PROT_WRITE;
 	fdt_devmap[0].pd_cache = PTE_NOCACHE;


More information about the svn-src-all mailing list