diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc index 637b0033d..aa0f7e391 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc @@ -89,9 +89,9 @@ build_uboot_scripts() { if [ "${TRUSTFENCE_SIGN}" = "1" ]; then if [ "${DEY_SOC_VENDOR}" = "NXP" ]; then if [ "${TRUSTFENCE_DEK_PATH}" != "0" ]; then - sed -i -e 's,##SIGNED##,-encrypted,g' ${TMP_INSTALL_SCR} + sed -i -e 's,##SIGNED##,encrypted,g' ${TMP_INSTALL_SCR} else - sed -i -e 's,##SIGNED##,-signed,g' ${TMP_INSTALL_SCR} + sed -i -e 's,##SIGNED##,signed,g' ${TMP_INSTALL_SCR} fi else sed -i -e 's,##SIGNED##,_Signed,g' ${TMP_INSTALL_SCR}