From e25f3e4f5f45999cfdeca46d140977515b80f752 Mon Sep 17 00:00:00 2001 From: David Escalona Date: Tue, 9 Jan 2024 18:28:47 +0100 Subject: [PATCH] swupdate: ccmp1: remove not required 'upgrade_available' U-Boot variable from tempalte This variable is only required to enable the bootcount feature after an update when the bootcount value is stored in the environment. This only happens in the CCIMX6 products, so it makes no sense to use it for the CCMP1 devices. Signed-off-by: David Escalona --- .../swu-images/files/ccmp1/sw-description-images_template | 8 -------- 1 file changed, 8 deletions(-) diff --git a/meta-digi-dey/recipes-digi/swu-images/files/ccmp1/sw-description-images_template b/meta-digi-dey/recipes-digi/swu-images/files/ccmp1/sw-description-images_template index 893778dcb..006595b9a 100644 --- a/meta-digi-dey/recipes-digi/swu-images/files/ccmp1/sw-description-images_template +++ b/meta-digi-dey/recipes-digi/swu-images/files/ccmp1/sw-description-images_template @@ -18,10 +18,6 @@ software = ##SCRIPT_UBOOT## ); uboot: ( - { - name = "upgrade_available"; - value = "1"; - }, { name = "rootfstype" value = "@@SWUPDATE_ROOTFS_TYPE@@" @@ -42,10 +38,6 @@ software = ##SCRIPT_UBOOT## ); uboot: ( - { - name = "upgrade_available"; - value = "1"; - }, { name = "rootfstype" value = "@@SWUPDATE_ROOTFS_TYPE@@"