From dda00a8ccb7f86efa46a86342ca2809ac5af78dd Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Date: Wed, 23 Apr 2025 06:52:07 +0000 Subject: [PATCH] samples: subsys: llext: shell_loader: Exclude Renesas RZ/A2M RZ/A2M requires MMU enabled. This sample disables MMU, so exclude the platform. Signed-off-by: Hoang Nguyen Signed-off-by: Binh Nguyen --- samples/subsys/llext/shell_loader/sample.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/subsys/llext/shell_loader/sample.yaml b/samples/subsys/llext/shell_loader/sample.yaml index f1d7b6907d9..a9e76eed348 100644 --- a/samples/subsys/llext/shell_loader/sample.yaml +++ b/samples/subsys/llext/shell_loader/sample.yaml @@ -6,6 +6,7 @@ common: - arm - xtensa filter: not CONFIG_MPU and not CONFIG_MMU and not CONFIG_SOC_SERIES_S32ZE + and not CONFIG_SOC_SERIES_RZA2M platform_exclude: # platforms with active issues - apollo4p_evb # See #73443 @@ -21,6 +22,7 @@ common: - qemu_arc/qemu_arc_hs6x - qemu_cortex_m0 - qemu_xtensa/dc233c/mmu + - rza2m_evk sample: description: Loadable extensions with shell sample