0b4cdd16b0
pave the way for adding imx6 support.
16 lines
350 B
Plaintext
16 lines
350 B
Plaintext
# $FreeBSD$
|
|
machine arm armv6
|
|
cpu CPU_CORTEXA
|
|
makeoptions ARM_LITTLE_ENDIAN
|
|
options ARM_L2_PIPT
|
|
|
|
options KERNVIRTADDR=0xc0100000
|
|
makeoptions KERNVIRTADDR=0xc0100000
|
|
options KERNPHYSADDR=0x90100000
|
|
makeoptions KERNPHYSADDR=0x90100000
|
|
options PHYSADDR=0x90000000
|
|
options STARTUP_PAGETABLE_ADDR=0x91000000
|
|
|
|
files "../freescale/imx/files.imx51"
|
|
|