bmips: sercomm,h500-s: fix upgrade

Sercomm H500-s devices don't need the JFFS2 cleanmarkers as opposed to the
other bmips NAND devices.

Fixes: 6df12200d9 ("bmips: add support for Sercomm H-500s")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2023-03-25 10:23:32 +01:00
parent e7c399bee6
commit 67c28dde09

View File

@ -47,9 +47,7 @@ platform_do_upgrade() {
case "$(board_name)" in
comtrend,vr-3032u|\
huawei,hg253s-v2|\
netgear,dgnd3700-v2|\
sercomm,h500-s-lowi|\
sercomm,h500-s-vfes)
netgear,dgnd3700-v2)
cfe_jffs2_nand_upgrade "$1"
;;
*)