mediatek: fix emmc sysupgrade on MT7986 (#169)

This commit is contained in:
potatoigit 2023-11-20 14:48:14 +08:00 committed by GitHub
parent 1e3e270dca
commit a5c5eef119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,9 @@ platform_do_upgrade() {
*snand*)
nand_do_upgrade "$1"
;;
bananapi,bpi-r3mini-emmc |\
bananapi,bpi-r3mini-emmc)
emmc_do_upgrade "$1"
;;
*emmc*)
mtk_mmc_do_upgrade "$1"
;;