svn commit: r240550 - head/sys/arm/tegra

Andrew Turner andrew at FreeBSD.org
Sun Sep 16 08:00:30 UTC 2012


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"


More information about the svn-src-head mailing list