Skip to content
Snippets Groups Projects
Commit 08f7082f authored by Piotr Kubik's avatar Piotr Kubik Committed by Mikhail Kshevetskiy
Browse files

airoha: sysupgrade: Pass image name to copy_config

This allows getting an offset of new fitblk overlay from upgrade image.
parent 67cb485a
No related branches found
No related tags found
1 merge request!1364airoha: GPT support
......@@ -55,8 +55,9 @@ platform_get_bootbank() {
}
platform_copy_config() {
local image="$1"
log "Copy config files"
iopsys_copy_config
iopsys_copy_config "$image"
}
__get_bootloader_device() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment