From owner-svn-src-all@FreeBSD.ORG Fri May 17 15:20:46 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 81F1E8B3; Fri, 17 May 2013 15:20:46 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 73086238; Fri, 17 May 2013 15:20:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4HFKkrw098488; Fri, 17 May 2013 15:20:46 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4HFKkCa098487; Fri, 17 May 2013 15:20:46 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201305171520.r4HFKkCa098487@svn.freebsd.org> From: Rui Paulo Date: Fri, 17 May 2013 15:20:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r250742 - head/sys/arm/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 15:20:46 -0000 Author: rpaulo Date: Fri May 17 15:20:45 2013 New Revision: 250742 URL: http://svnweb.freebsd.org/changeset/base/250742 Log: Revert r250692. We'll use 1 kernel config file for the BeagleBone models. Deleted: head/sys/arm/conf/BEAGLEBONE-BLACK Modified: head/sys/arm/conf/BEAGLEBONE Modified: head/sys/arm/conf/BEAGLEBONE ============================================================================== --- head/sys/arm/conf/BEAGLEBONE Fri May 17 14:05:31 2013 (r250741) +++ head/sys/arm/conf/BEAGLEBONE Fri May 17 15:20:45 2013 (r250742) @@ -1,5 +1,7 @@ # BEAGLEBONE -- Custom configuration for the BeagleBone ARM development -# platform, check out http://www.beagleboard.org/bone +# platforms, check out http://www.beagleboard.org/bone and +# http://www.beagleboard.org/black. This kernel config file is used for the +# original BeagleBone and the BeagleBone Black. # # For more information on this file, please read the handbook section on # Kernel Configuration Files: