diff --git a/syncd/scripts/syncd_init_common.sh b/syncd/scripts/syncd_init_common.sh index f9e0de99a..2be3a3be9 100644 --- a/syncd/scripts/syncd_init_common.sh +++ b/syncd/scripts/syncd_init_common.sh @@ -276,7 +276,7 @@ config_syncd_cavium() done } -config_syncd_marvell() +config_syncd_marvell_prestera() { CMD_ARGS+=" -p $HWSKU_DIR/sai.profile" @@ -456,8 +456,8 @@ config_syncd() config_syncd_cavium elif [ "$SONIC_ASIC_TYPE" == "centec" ]; then config_syncd_centec - elif [ "$SONIC_ASIC_TYPE" == "marvell" ]; then - config_syncd_marvell + elif [ "$SONIC_ASIC_TYPE" == "marvell-prestera" ]; then + config_syncd_marvell_prestera elif [ "$SONIC_ASIC_TYPE" == "barefoot" ]; then config_syncd_barefoot elif [ "$SONIC_ASIC_TYPE" == "nephos" ]; then