mt798x: do not erase env after update fip

This commit is contained in:
hanwckf
2022-11-27 15:31:30 +08:00
parent 673366571b
commit 933a442c3d
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ static const struct data_part_entry ubi_parts[] = {
.env_name = "bootfile.fip",
.write = write_fip,
.post_action = UPGRADE_ACTION_CUSTOM,
.do_post_action = erase_env,
//.do_post_action = erase_env,
},
{
.name = "Firmware",

View File

@@ -122,7 +122,7 @@ static const struct data_part_entry ubi_parts[] = {
.env_name = "bootfile.fip",
.write = write_fip,
.post_action = UPGRADE_ACTION_CUSTOM,
.do_post_action = erase_env,
//.do_post_action = erase_env,
},
{
.name = "Firmware",