svn commit: r262714 - head/sys/boot/fdt/dts/arm
Ian Lepore
ian at FreeBSD.org
Mon Mar 3 16:00:11 UTC 2014
Author: ian
Date: Mon Mar 3 16:00:11 2014
New Revision: 262714
URL: http://svnweb.freebsd.org/changeset/base/262714
Log:
Add a missing semicolong, noticed by the gnu dt compiler.
Modified:
head/sys/boot/fdt/dts/arm/beaglebone.dts
Modified: head/sys/boot/fdt/dts/arm/beaglebone.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/beaglebone.dts Mon Mar 3 15:58:42 2014 (r262713)
+++ head/sys/boot/fdt/dts/arm/beaglebone.dts Mon Mar 3 16:00:11 2014 (r262714)
@@ -135,7 +135,7 @@
compatible = "ti,am335x-pmic";
reg = <0x24>;
};
- }
+ };
};
chosen {
More information about the svn-src-head
mailing list