Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 01:10:54 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276161 - head/sys/boot/fdt/dts/arm
Message-ID:  <201412240110.sBO1AsBc074249@svn.freebsd.org>

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



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