Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2012 08:00:29 +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: r240550 - head/sys/arm/tegra
Message-ID:  <201209160800.q8G80TV3037028@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Sun Sep 16 08:00:29 2012
New Revision: 240550
URL: http://svn.freebsd.org/changeset/base/240550

Log:
  In the Tegra 2 standard config:
   * Remove an unneeded makeoption
   * Set machine correctly
   * Properly indent the include of files.tegra2

Modified:
  head/sys/arm/tegra/std.tegra2

Modified: head/sys/arm/tegra/std.tegra2
==============================================================================
--- head/sys/arm/tegra/std.tegra2	Sun Sep 16 07:55:49 2012	(r240549)
+++ head/sys/arm/tegra/std.tegra2	Sun Sep 16 08:00:29 2012	(r240550)
@@ -2,7 +2,7 @@
 #$FreeBSD$
 
 cpu		CPU_CORTEXA
-makeoption      ARM_LITTLE_ENDIAN
+machine 	arm armv6
 
 options		PHYSADDR=0x00000000
 
@@ -13,4 +13,4 @@ options		KERNVIRTADDR=0xc0200000
 
 options		STARTUP_PAGETABLE_ADDR=0x00100000
 
-files	"../tegra/files.tegra2"
+files		"../tegra/files.tegra2"



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