ramips: get rid of platform_pre_upgrade()
authorRafał Miłecki <rafal@milecki.pl>
Fri, 12 Jul 2019 12:05:49 +0000 (14:05 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Tue, 16 Jul 2019 17:03:42 +0000 (19:03 +0200)
commitd9593b0809e42e9d75cc3ac4407ec30faaf70b15
tree4f52580492a5e3458e5b785470500203a1babc82
parent20452a8db9f90e5f1d0733363a488be522cd5c0f
ramips: 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/ramips/base-files/lib/upgrade/platform.sh