7b0aff3920
* Remove an unneeded makeoption * Set machine correctly * Properly indent the include of files.tegra2
17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
# nVidia Tegra 2 common options
|
|
#$FreeBSD$
|
|
|
|
cpu CPU_CORTEXA
|
|
machine arm armv6
|
|
|
|
options PHYSADDR=0x00000000
|
|
|
|
makeoptions KERNPHYSADDR=0x00200000
|
|
options KERNPHYSADDR=0x00200000
|
|
makeoptions KERNVIRTADDR=0xc0200000
|
|
options KERNVIRTADDR=0xc0200000
|
|
|
|
options STARTUP_PAGETABLE_ADDR=0x00100000
|
|
|
|
files "../tegra/files.tegra2"
|