svn commit: r282707 - head/sys/arm/allwinner

Andrew Turner andrew at FreeBSD.org
Sun May 10 08:48:01 UTC 2015


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
 


More information about the svn-src-all mailing list