sample: mpu: skip the MPU test for Armv8-R AArch64
The functionality of the MPU depends on userspace, which has not been implemented on AArch64. Therefore we skip that case for now. Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
parent
985b03340d
commit
35f52fd31a
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ sample:
|
|||
tests:
|
||||
sample.mpu.mpu_test:
|
||||
arch_allow: arm
|
||||
filter: CONFIG_CPU_HAS_MPU
|
||||
filter: CONFIG_CPU_HAS_MPU and not CONFIG_ARM64
|
||||
tags: mpu
|
||||
harness: keyboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue