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

Rui Paulo rpaulo at FreeBSD.org
Tue Dec 23 03:00:19 UTC 2014


Author: rpaulo
Date: Tue Dec 23 03:00:18 2014
New Revision: 276101
URL: https://svnweb.freebsd.org/changeset/base/276101

Log:
  Temporarily disable the cpus directive until I figure out what's wrong.

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 02:47:14 2014	(r276100)
+++ head/sys/boot/fdt/dts/arm/rpi.dts	Tue Dec 23 03:00:18 2014	(r276101)
@@ -35,6 +35,7 @@
 
 	memreserve = <0x08000000 0x08000000>;	/* Set by VideoCore */
 
+	/*
 	cpus {
 		#address-cells = <1>;
 		#size-cells = <0>;
@@ -45,6 +46,7 @@
 			clock-frequency = <700000000>;	/* 700MHz */
 		};
 	};
+	*/
 
 	memory {
 		device_type = "memory";


More information about the svn-src-head mailing list