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 <david.escalona@digi.com>
This commit is contained in:
David Escalona 2024-01-09 18:28:47 +01:00
parent 10b22aea64
commit e25f3e4f5f
1 changed files with 0 additions and 8 deletions

View File

@ -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@@"