Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2014 08:07:41 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r265809 - stable/10/sys/boot/fdt/dts
Message-ID:  <201405100807.s4A87fHV082386@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Sat May 10 08:07:41 2014
New Revision: 265809
URL: http://svnweb.freebsd.org/changeset/base/265809

Log:
  Manually MFC 262714:
    Add a missing semicolong, noticed by the gnu dt compiler.
  
  In head, the directory layout changed and we can't svn merge correctly.

Modified:
  stable/10/sys/boot/fdt/dts/beaglebone.dts

Modified: stable/10/sys/boot/fdt/dts/beaglebone.dts
==============================================================================
--- stable/10/sys/boot/fdt/dts/beaglebone.dts	Sat May 10 07:56:01 2014	(r265808)
+++ stable/10/sys/boot/fdt/dts/beaglebone.dts	Sat May 10 08:07:41 2014	(r265809)
@@ -135,7 +135,7 @@
 				compatible = "ti,am335x-pmic";
 				reg = <0x24>;
 			};
-		}
+		};
 	};
 
 	chosen {



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