From 74d9ce72eae247fe382e464126bfb5ac89a13540 Mon Sep 17 00:00:00 2001 From: Louis Bonhomme Date: Fri, 23 Feb 2024 10:09:09 +0100 Subject: [PATCH 1/2] twister : delete DTS root in dsp3 sample delete DTS root in dsp3 sample Signed-off-by: Louis Bonhomme --- boot/zephyr/sample.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/boot/zephyr/sample.yaml b/boot/zephyr/sample.yaml index 8651f410f..f85d957e6 100644 --- a/boot/zephyr/sample.yaml +++ b/boot/zephyr/sample.yaml @@ -61,7 +61,6 @@ sample.bootloader.mcuboot.bibl_dsp3: extra_args: BOARD_ROOT=../../../../bibl-dsp3 OVERLAY_CONFIG=../../../../bibl-dsp3/apps/overlays/mcuboot_h7.conf - DTS_ROOT=../../../../bibl-dsp3 platform_allow: bibl_dsp3 integration_platforms: - bibl_dsp3 From 9e9861b9049d63fbd47f587766bd5f2337964f73 Mon Sep 17 00:00:00 2001 From: Louis Bonhomme Date: Fri, 23 Feb 2024 10:26:58 +0100 Subject: [PATCH 2/2] twister : fix indent for DSP3 sample Signed-off-by: Louis Bonhomme --- boot/zephyr/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/zephyr/sample.yaml b/boot/zephyr/sample.yaml index f85d957e6..414b4982f 100644 --- a/boot/zephyr/sample.yaml +++ b/boot/zephyr/sample.yaml @@ -57,7 +57,7 @@ tests: platform_allow: mimxrt1020_evk integration_platforms: - mimxrt1020_evk -sample.bootloader.mcuboot.bibl_dsp3: + sample.bootloader.mcuboot.bibl_dsp3: extra_args: BOARD_ROOT=../../../../bibl-dsp3 OVERLAY_CONFIG=../../../../bibl-dsp3/apps/overlays/mcuboot_h7.conf