Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2014 03:00:19 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276101 - head/sys/boot/fdt/dts/arm
Message-ID:  <201412230300.sBN30Jbp031845@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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";



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412230300.sBN30Jbp031845>