summaryrefslogtreecommitdiffstats
path: root/sys/arm/tegra
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2012-09-16 08:00:29 +0000
committerandrew <andrew@FreeBSD.org>2012-09-16 08:00:29 +0000
commit1b46a3cd2ac8183c81d9264a64c0235db858f087 (patch)
tree7085f5cc91dead3307d482f1782790b87c3ca91c /sys/arm/tegra
parentc3b9803299756c9ab6866cb1113ac8409280f334 (diff)
downloadFreeBSD-src-1b46a3cd2ac8183c81d9264a64c0235db858f087.zip
FreeBSD-src-1b46a3cd2ac8183c81d9264a64c0235db858f087.tar.gz
In the Tegra 2 standard config:
* Remove an unneeded makeoption * Set machine correctly * Properly indent the include of files.tegra2
Diffstat (limited to 'sys/arm/tegra')
-rw-r--r--sys/arm/tegra/std.tegra24
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/tegra/std.tegra2 b/sys/arm/tegra/std.tegra2
index 4e0d436..337b85f 100644
--- a/sys/arm/tegra/std.tegra2
+++ b/sys/arm/tegra/std.tegra2
@@ -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"
OpenPOWER on IntegriCloud