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

Ian Lepore ian at FreeBSD.org
Wed Dec 24 01:10:54 UTC 2014


Author: ian
Date: Wed Dec 24 01:10:53 2014
New Revision: 276161
URL: https://svnweb.freebsd.org/changeset/base/276161

Log:
  Revert r276101, it didn't fix the problem and causes a compile error
  (nested comment blocks).

Modified:
  head/sys/boot/fdt/dts/arm/rpi.dts

Modified: head/sys/boot/fdt/dts/arm/rpi.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/rpi.dts	Tue Dec 23 23:43:20 2014	(r276160)
+++ head/sys/boot/fdt/dts/arm/rpi.dts	Wed Dec 24 01:10:53 2014	(r276161)
@@ -35,7 +35,6 @@
 
 	memreserve = <0x08000000 0x08000000>;	/* Set by VideoCore */
 
-	/*
 	cpus {
 		#address-cells = <1>;
 		#size-cells = <0>;
@@ -46,7 +45,6 @@
 			clock-frequency = <700000000>;	/* 700MHz */
 		};
 	};
-	*/
 
 	memory {
 		device_type = "memory";


More information about the svn-src-all mailing list