2013-11-01 00:21:09 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
machine arm armv6
|
|
|
|
cpu CPU_CORTEXA
|
2015-01-01 23:21:46 +00:00
|
|
|
makeoptions CONF_CFLAGS="-march=armv7a"
|
2013-11-01 00:21:09 +00:00
|
|
|
|
|
|
|
options KERNVIRTADDR = 0xc2000000
|
|
|
|
makeoptions KERNVIRTADDR = 0xc2000000
|
|
|
|
|
2014-02-24 03:51:31 +00:00
|
|
|
options IPI_IRQ_START=0
|
|
|
|
options IPI_IRQ_END=15
|
|
|
|
|
2014-09-13 20:09:34 +00:00
|
|
|
device fdt_pinctrl
|
|
|
|
|
2013-11-01 00:21:09 +00:00
|
|
|
files "../freescale/imx/files.imx6"
|
|
|
|
|