Skip to content

Commit

Permalink
firmware-update-package: Add two more default uboot envs
Browse files Browse the repository at this point in the history
The uboot envs "m2_manual_config" and "watchdog_timeout_ms" should be
preserved during the u-boot firmware update

Signed-off-by: Li Hua Qian <[email protected]>
  • Loading branch information
huaqianli committed May 30, 2024
1 parent 9ece8fd commit c8410dd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
}
],
"suggest_preserved_uboot_env": [
"boot_targets"
"boot_targets",
"m2_manual_config",
"watchdog_timeout_ms"
]
}

0 comments on commit c8410dd

Please sign in to comment.