From owner-svn-src-head@FreeBSD.ORG Fri Jun 15 07:56:53 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B22B2106566B; Fri, 15 Jun 2012 07:56:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [69.147.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id 9DEF28FC0C; Fri, 15 Jun 2012 07:56:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q5F7urc0053526; Fri, 15 Jun 2012 07:56:53 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5F7urbf053524; Fri, 15 Jun 2012 07:56:53 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201206150756.q5F7urbf053524@svn.freebsd.org> From: Warner Losh Date: Fri, 15 Jun 2012 07:56:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r237124 - head/sys/arm/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2012 07:56:53 -0000 Author: imp Date: Fri Jun 15 07:56:53 2012 New Revision: 237124 URL: http://svn.freebsd.org/changeset/base/237124 Log: This hints file doesn't actually do anything, and besides it is commented out here. Remove it. Modified: head/sys/arm/conf/BWCT Modified: head/sys/arm/conf/BWCT ============================================================================== --- head/sys/arm/conf/BWCT Fri Jun 15 07:52:20 2012 (r237123) +++ head/sys/arm/conf/BWCT Fri Jun 15 07:56:53 2012 (r237124) @@ -25,7 +25,6 @@ options AT91_BWCT include "../at91/std.bwct" #To statically compile in device wiring instead of /boot/device.hints -#hints "hints.at91rm9200" hints "BWCT.hints" makeoptions MODULES_OVERRIDE=""