blob: 431526b1c36e93701aa566f07bb1968c73ee52e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Rockchip rk30xx common options
#$FreeBSD$
cpu CPU_CORTEXA
machine arm armv6
makeoptions CONF_CFLAGS="-march=armv7a"
makeoptions KERNVIRTADDR=0xc0400000
options KERNVIRTADDR=0xc0400000
options IPI_IRQ_START=0
options IPI_IRQ_END=15
files "../rockchip/files.rk30xx"
|