mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 10:20:09 -04:00
* Remove an unneeded makeoption * Set machine correctly * Properly indent the include of files.tegra2
16 lines
325 B
Text
16 lines
325 B
Text
# 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"
|