Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2015 08:48:01 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282707 - head/sys/arm/allwinner
Message-ID:  <201505100848.t4A8m1NS092031@svn.freebsd.org>

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

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
 



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