xref: /freebsd/sys/arm/freescale/vybrid/std.vybrid (revision 9ecd54f24fe9fa373e07c9fd7c052deb2188f545)
1# $FreeBSD$
2
3makeoption	ARM_LITTLE_ENDIAN
4
5cpu		CPU_CORTEXA
6machine		arm armv6
7
8options		PHYSADDR=0x80000000
9
10makeoptions	KERNPHYSADDR=0x80100000
11options		KERNPHYSADDR=0x80100000
12
13makeoptions	KERNVIRTADDR=0xc0100000
14options		KERNVIRTADDR=0xc0100000
15
16options		ARM_L2_PIPT
17
18files		"../freescale/vybrid/files.vybrid"
19