In the Tegra 2 standard config:

* Remove an unneeded makeoption
 * Set machine correctly
 * Properly indent the include of files.tegra2
This commit is contained in:
Andrew Turner 2012-09-16 08:00:29 +00:00
parent 5be63cab1c
commit 7b0aff3920
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240550

View File

@ -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"