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:
parent
e2040cb270
commit
79580f1f18
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user