mediatek: Add back missed default behaviour for platform_do_upgrade function

Signed-off-by: 800246@emplustech.com <cp.chang@emplustech.com>
This commit is contained in:
800246@emplustech.com
2025-10-28 12:46:15 +08:00
parent 9fb1e1a7c7
commit cc6d622701

View File

@@ -217,6 +217,9 @@ platform_do_upgrade() {
CI_UBIPART="ubi_1"
nand_do_upgrade "$1"
;;
*)
nand_do_upgrade "$1"
;;
esac
}