xref: /freebsd/sys/arm/ti/omap4/std.omap4 (revision 145992504973bd16cf3518af9ba5ce185fefa82a)
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		STARTUP_PAGETABLE_ADDR=0x80000000
18
19options		SOC_OMAP4
20
21options		ARM_L2_PIPT
22