979d76c948
memory at the end of the kernel. This helps reduce the SoC and board specific configuration required. Reviewed by: bsdimp Tested by: jmg (armeb), br
15 lines
287 B
Plaintext
15 lines
287 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# DM644x
|
|
#
|
|
|
|
files "../lpc/files.lpc"
|
|
cpu CPU_ARM9
|
|
machine arm
|
|
makeoptions CONF_CFLAGS="-march=armv5te"
|
|
options PHYSADDR=0x80000000
|
|
makeoptions KERNPHYSADDR=0x80100000
|
|
options KERNPHYSADDR=0x80100000
|
|
makeoptions KERNVIRTADDR=0xc0100000
|
|
options KERNVIRTADDR=0xc0100000
|