ar71xx: get rid of platform_pre_upgrade()
authorRafał Miłecki <rafal@milecki.pl>
Fri, 12 Jul 2019 12:05:47 +0000 (14:05 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Tue, 16 Jul 2019 17:02:49 +0000 (19:02 +0200)
commit20452a8db9f90e5f1d0733363a488be522cd5c0f
tree82a2239f021469939e70656a0635bc8480055f4b
parent2a7519e29d6cbbe1eb73623ef35add0ef596fb5f
ar71xx: get rid of platform_pre_upgrade()

The only step between platform_pre_upgrade() and platform_do_upgrade()
is switching to ramdisk. It should be fine to "mtd erase firmware" from
the later callback and get rid of the first one.

This change wasn't tested on affected target but identical code logic
was verified to work as expected on brcm47xx with initramfs firmware.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
target/linux/ar71xx/base-files/lib/upgrade/platform.sh