1# $FreeBSD$ 2 3makeoption ARM_LITTLE_ENDIAN 4 5cpu CPU_CORTEXA 6machine arm armv6 7makeoptions CONF_CFLAGS="-march=armv7a" 8 9options PHYSADDR=0x80000000 10 11makeoptions KERNPHYSADDR=0x80100000 12options KERNPHYSADDR=0x80100000 13 14makeoptions KERNVIRTADDR=0xc0100000 15options KERNVIRTADDR=0xc0100000 16 17options ARM_L2_PIPT 18 19files "../freescale/vybrid/files.vybrid" 20