From owner-svn-src-head@FreeBSD.ORG Sun Aug 31 11:07:17 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A067690; Sun, 31 Aug 2014 11:07:17 +0000 (UTC) Received: from nibbler.fubar.geek.nz (nibbler.fubar.geek.nz [199.48.134.198]) by mx1.freebsd.org (Postfix) with ESMTP id 817351955; Sun, 31 Aug 2014 11:07:17 +0000 (UTC) Received: from bender.lan (97e07ab1.skybroadband.com [151.224.122.177]) by nibbler.fubar.geek.nz (Postfix) with ESMTPSA id 6DF235DEBC; Sun, 31 Aug 2014 11:07:15 +0000 (UTC) Date: Sun, 31 Aug 2014 12:07:07 +0100 From: Andrew Turner To: Michael Tuexen Subject: Re: svn commit: r270858 - head/sys/arm/conf Message-ID: <20140831120707.0b049e07@bender.lan> In-Reply-To: <201408302000.s7UK0IhC024462@svn.freebsd.org> References: <201408302000.s7UK0IhC024462@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 31 Aug 2014 11:07:17 -0000 On Sat, 30 Aug 2014 20:00:18 +0000 (UTC) Michael Tuexen wrote: > Author: tuexen > Date: Sat Aug 30 20:00:18 2014 > New Revision: 270858 > URL: http://svnweb.freebsd.org/changeset/base/270858 > > Log: > Remove FDT option, since it is in every file, which includes this > one. > It should be the other way around, i.e. in this file and removed from all that include it. FDT is required for armv6 and this is still a valid kernel config. Andrew