mirror of
https://github.com/opnsense/src.git
synced 2026-03-29 06:03:14 -04:00
15 lines
330 B
Text
15 lines
330 B
Text
# $FreeBSD$
|
|
#
|
|
# DM644x
|
|
#
|
|
|
|
files "../lpc/files.lpc"
|
|
cpu CPU_ARM9
|
|
machine arm
|
|
makeoptions CONF_CFLAGS="-march=armv5te"
|
|
options PHYSADDR=0x80000000
|
|
options STARTUP_PAGETABLE_ADDR=0x80000000
|
|
makeoptions KERNPHYSADDR=0x80100000
|
|
options KERNPHYSADDR=0x80100000
|
|
makeoptions KERNVIRTADDR=0xc0100000
|
|
options KERNVIRTADDR=0xc0100000
|