Set ARM_L2_PIPT for A10 and RPI2, they are probably missing by accident.

Noted by:	Michal Meloun <meloun@miracle.cz>
This commit is contained in:
Luiz Otavio O Souza 2015-04-25 22:42:03 +00:00
parent 0261c55538
commit d24e6f4add
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281991
2 changed files with 4 additions and 0 deletions

View File

@ -17,5 +17,7 @@ options KERNPHYSADDR=0x40200000
makeoptions KERNVIRTADDR=0xc0200000
options KERNVIRTADDR=0xc0200000
options ARM_L2_PIPT
files "../allwinner/files.allwinner"
files "../allwinner/files.a10"

View File

@ -5,6 +5,8 @@ cpu CPU_CORTEXA
makeoptions CONF_CFLAGS="-march=armv7a"
options SOC_BCM2836
options ARM_L2_PIPT
files "../broadcom/bcm2835/files.bcm2836"
files "../broadcom/bcm2835/files.bcm283x"