From owner-svn-src-head@FreeBSD.ORG Sun May 10 08:48:01 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A731FFD8; Sun, 10 May 2015 08:48:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95B34122A; Sun, 10 May 2015 08:48:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4A8m1lA092033; Sun, 10 May 2015 08:48:01 GMT (envelope-from andrew@FreeBSD.org) Received: (from andrew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4A8m1NS092031; Sun, 10 May 2015 08:48:01 GMT (envelope-from andrew@FreeBSD.org) Message-Id: <201505100848.t4A8m1NS092031@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: andrew set sender to andrew@FreeBSD.org using -f From: Andrew Turner Date: Sun, 10 May 2015 08:48:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r282707 - head/sys/arm/allwinner X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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, 10 May 2015 08:48:01 -0000 Author: andrew Date: Sun May 10 08:48:00 2015 New Revision: 282707 URL: https://svnweb.freebsd.org/changeset/base/282707 Log: Clean up the style to use "options". Modified: head/sys/arm/allwinner/std.a10 Modified: head/sys/arm/allwinner/std.a10 ============================================================================== --- head/sys/arm/allwinner/std.a10 Sun May 10 08:21:03 2015 (r282706) +++ head/sys/arm/allwinner/std.a10 Sun May 10 08:48:00 2015 (r282707) @@ -10,12 +10,12 @@ makeoption ARM_LITTLE_ENDIAN # 0x40200000, e.g. from u-boot with 'fatload mmc 0 0x40200000 kernel' # # -options PHYSADDR=0x40000000 +options PHYSADDR=0x40000000 makeoptions KERNPHYSADDR=0x40200000 -options KERNPHYSADDR=0x40200000 +options KERNPHYSADDR=0x40200000 makeoptions KERNVIRTADDR=0xc0200000 -options KERNVIRTADDR=0xc0200000 +options KERNVIRTADDR=0xc0200000 options ARM_L2_PIPT