1# Omap4430 generic configuration 2#$FreeBSD$ 3files "../ti/omap4/files.omap4" 4include "../ti/std.ti" 5makeoption ARM_LITTLE_ENDIAN 6 7# Physical memory starts at 0x80000000. We assume images are loaded at 8# 0x80200000, e.g. from u-boot with 'fatload mmc 0 0x80200000 kernel.bin' 9# 10# 11options PHYSADDR=0x80000000 12options KERNPHYSADDR=0x80200000 13makeoptions KERNPHYSADDR=0x80200000 14options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm 15makeoptions KERNVIRTADDR=0xc0200000 16 17options SOC_OMAP4 18 19options ARM_L2_PIPT 20 21options IPI_IRQ_START=0 22options IPI_IRQ_END=15 23 24