Skip to content

Commit

Permalink
Merge branch 'master' into skip-discovery-on-fast-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanblyschak authored Dec 18, 2024
2 parents e7b5067 + 9fe90f6 commit d1a2383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syncd/scripts/syncd_init_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ config_syncd_cavium()
done
}

config_syncd_marvell()
config_syncd_marvell_prestera()
{
CMD_ARGS+=" -p $HWSKU_DIR/sai.profile"

Expand Down Expand Up @@ -599,8 +599,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
Expand Down

0 comments on commit d1a2383

Please sign in to comment.