c192c5d300
consistently used. It was a carry over from NetBSD that FreeBSD doesn't use.
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
# Allwinner A10 common options
|
|
#$FreeBSD$
|
|
|
|
cpu CPU_CORTEXA
|
|
machine arm armv6
|
|
makeoptions CONF_CFLAGS="-march=armv7a"
|
|
|
|
makeoptions KERNVIRTADDR=0xc0200000
|
|
options KERNVIRTADDR=0xc0200000
|
|
|
|
options ARM_L2_PIPT
|
|
|
|
files "../allwinner/files.allwinner"
|
|
files "../allwinner/files.a10"
|