svn commit: r265809 - stable/10/sys/boot/fdt/dts

Rui Paulo rpaulo at FreeBSD.org
Sat May 10 08:07:41 UTC 2014


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 {


More information about the svn-src-stable mailing list