From 9c75257cb4d03dcb2ec66271ed07c1d671cbc1b5 Mon Sep 17 00:00:00 2001 From: Li Hua Qian Date: Fri, 3 Jan 2025 11:37:49 +0800 Subject: [PATCH] u-boot-iot2050: Make DMA ISOLATION only available for secureboot build Signed-off-by: Li Hua Qian --- recipes-bsp/u-boot/files/secure-boot.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/u-boot/files/secure-boot.cfg b/recipes-bsp/u-boot/files/secure-boot.cfg index 594f95e6b..db6dee45b 100644 --- a/recipes-bsp/u-boot/files/secure-boot.cfg +++ b/recipes-bsp/u-boot/files/secure-boot.cfg @@ -30,3 +30,4 @@ CONFIG_OPTEE=y CONFIG_SUPPORT_EMMC_RPMB=y CONFIG_EFI_MM_COMM_TEE=y # CONFIG_CMD_MMC_RPMB is not set +CONFIG_IOT2050_REQUIRE_DMA_ISOLATION=y