freebsd-dev/sys/arm/tegra/std.tegra2
Andrew Turner 7b0aff3920 In the Tegra 2 standard config:
* Remove an unneeded makeoption
 * Set machine correctly
 * Properly indent the include of files.tegra2
2012-09-16 08:00:29 +00:00

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"