mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
67009184e3
and apparently isn't needed now that we're using the integrated assembler.
18 lines
369 B
Plaintext
18 lines
369 B
Plaintext
# $FreeBSD$
|
|
machine arm armv6
|
|
cpu CPU_CORTEXA
|
|
makeoptions CONF_CFLAGS="-march=armv7a"
|
|
makeoptions ARM_LITTLE_ENDIAN
|
|
options ARM_L2_PIPT
|
|
|
|
options KERNVIRTADDR=0xc0100000
|
|
makeoptions KERNVIRTADDR=0xc0100000
|
|
options KERNPHYSADDR=0x90100000
|
|
makeoptions KERNPHYSADDR=0x90100000
|
|
options PHYSADDR=0x90000000
|
|
|
|
device fdt_pinctrl
|
|
|
|
files "../freescale/imx/files.imx51"
|
|
|