1# AM335x generic configuration 2#$FreeBSD$ 3files "../ti/am335x/files.am335x" 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_TI_AM335X 18 19options ARM_L2_PIPT 20