svn commit: r262682 - head/sys/boot/fdt/dts/arm

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Mar 2 06:36:50 UTC 2014


Author: gonzo
Date: Sun Mar  2 06:36:49 2014
New Revision: 262682
URL: http://svnweb.freebsd.org/changeset/base/262682

Log:
  - Fix BBB's dts compilation with GNU dtc

Modified:
  head/sys/boot/fdt/dts/arm/beaglebone-black.dts

Modified: head/sys/boot/fdt/dts/arm/beaglebone-black.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/beaglebone-black.dts	Sun Mar  2 05:48:56 2014	(r262681)
+++ head/sys/boot/fdt/dts/arm/beaglebone-black.dts	Sun Mar  2 06:36:49 2014	(r262682)
@@ -150,7 +150,7 @@
 				compatible = "ti,am335x-pmic";
 				reg = <0x24>;
 			};
-		}
+		};
 	};
 
 	leds {


More information about the svn-src-all mailing list