From 76a8f5e2df771c1b7870d5f623f3ef0581698671 Mon Sep 17 00:00:00 2001 From: Gonzalo Ruiz Date: Fri, 4 Nov 2022 17:25:05 +0100 Subject: [PATCH] meta-digi-arm: ccmp1: add uuu script to installer Set 'UBOOT_HAS_FASTBOOT=true' on CCMP1 platforms and therefore add the UUU installation script to the installer ZIP file. Signed-off-by: Gonzalo Ruiz --- meta-digi-arm/conf/machine/ccmp13-dvk.conf | 2 +- meta-digi-arm/conf/machine/ccmp15-dvk.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/conf/machine/ccmp13-dvk.conf b/meta-digi-arm/conf/machine/ccmp13-dvk.conf index 04c8d6ce6..d4cba2d57 100644 --- a/meta-digi-arm/conf/machine/ccmp13-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp13-dvk.conf @@ -33,7 +33,7 @@ UBOOT_CONFIG[ccmp13_dvk] = "ccmp13_dvk_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}" UBOOT_DTB_NAME = "ccmp13-dvk.dtb" UBOOT_PREFIX = "u-boot" UBOOT_SUFFIX = "bin" -UBOOT_HAS_FASTBOOT = "false" +UBOOT_HAS_FASTBOOT = "true" # Set U-Boot FIP settings FIP_UBOOT_DTB = "u-boot" diff --git a/meta-digi-arm/conf/machine/ccmp15-dvk.conf b/meta-digi-arm/conf/machine/ccmp15-dvk.conf index 4fe8c57a5..28d2ca7bc 100644 --- a/meta-digi-arm/conf/machine/ccmp15-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp15-dvk.conf @@ -33,7 +33,7 @@ UBOOT_CONFIG[ccmp15_dvk] = "ccmp15_dvk_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}" UBOOT_DTB_NAME = "ccmp15-dvk.dtb" UBOOT_PREFIX = "u-boot" UBOOT_SUFFIX = "bin" -UBOOT_HAS_FASTBOOT = "false" +UBOOT_HAS_FASTBOOT = "true" # Set U-Boot FIP settings FIP_UBOOT_DTB = "u-boot"