mvebu: cortexa9: fix Linksys upgrade, restore config step
authorMichael Trinidad <trinidude4@hotmail.com>
Fri, 7 Apr 2023 13:02:37 +0000 (09:02 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 11 Apr 2023 10:22:09 +0000 (12:22 +0200)
commitd1c1e10e89f144a850fd09743e268b499e9f2b2a
tree9302f105e8d4e1a68fe0b203d91eff6eb77ab8b4
parent65f8089b7ada050c876064957db949c931b76358
mvebu: cortexa9: fix Linksys upgrade, restore config step

It appears that the refactor of the upgrade process for NAND devices                                                                                                                            resulted in the nand_do_upgrade_success step not being called for
devices using the linksys.sh script. As a result, configuration was
not preserved over sysupgrade steps.

This restores the preservation of configs for mvebu/cortexa9 devices using the
linksys.sh script.

Fixes: e25e6d8e5407 ("base-files: fix and clean up nand sysupgrade code")
Signed-off-by: Michael Trinidad <trinidude4@hotmail.com>
target/linux/mvebu/cortexa9/base-files/lib/upgrade/linksys.sh