From 7b0aff3920e153baafd37948c3e08b022fb41c6e Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Sun, 16 Sep 2012 08:00:29 +0000 Subject: [PATCH] In the Tegra 2 standard config: * Remove an unneeded makeoption * Set machine correctly * Properly indent the include of files.tegra2 --- sys/arm/tegra/std.tegra2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arm/tegra/std.tegra2 b/sys/arm/tegra/std.tegra2 index 4e0d436c9fb2..337b85fa8a35 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"