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:
parent
10b22aea64
commit
e25f3e4f5f
|
|
@ -18,10 +18,6 @@ software =
|
||||||
##SCRIPT_UBOOT##
|
##SCRIPT_UBOOT##
|
||||||
);
|
);
|
||||||
uboot: (
|
uboot: (
|
||||||
{
|
|
||||||
name = "upgrade_available";
|
|
||||||
value = "1";
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name = "rootfstype"
|
name = "rootfstype"
|
||||||
value = "@@SWUPDATE_ROOTFS_TYPE@@"
|
value = "@@SWUPDATE_ROOTFS_TYPE@@"
|
||||||
|
|
@ -42,10 +38,6 @@ software =
|
||||||
##SCRIPT_UBOOT##
|
##SCRIPT_UBOOT##
|
||||||
);
|
);
|
||||||
uboot: (
|
uboot: (
|
||||||
{
|
|
||||||
name = "upgrade_available";
|
|
||||||
value = "1";
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name = "rootfstype"
|
name = "rootfstype"
|
||||||
value = "@@SWUPDATE_ROOTFS_TYPE@@"
|
value = "@@SWUPDATE_ROOTFS_TYPE@@"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue