Skip to content

Commit

Permalink
marvell rename to marvell-prestera
Browse files Browse the repository at this point in the history
  • Loading branch information
krismarvell committed Sep 9, 2024
1 parent d1c99e8 commit a0238c0
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 @@ -276,7 +276,7 @@ config_syncd_cavium()
done
}

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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a0238c0

Please sign in to comment.