Skip to content

Commit 3b57d7f

Browse files
[Marvell] Correct the platform asic name (#20552)
Signed-off-by: Pavan Naregundi <[email protected]>
1 parent 5361184 commit 3b57d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-orchagent/orchagent.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ elif [ "$platform" == "mellanox" ]; then
6565
ORCHAGENT_ARGS+=""
6666
elif [ "$platform" == "innovium" ]; then
6767
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
68-
elif [ "$platform" == "marvell-armhf" ]; then
68+
elif [ "$platform" == "marvell" ]; then
6969
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
7070
CREATE_SWITCH_TIMEOUT=`cat $HWSKU_DIR/sai.profile | grep "createSwitchTimeout" | cut -d'=' -f 2`
7171
if [[ ! -z $CREATE_SWITCH_TIMEOUT ]]; then

0 commit comments

Comments
 (0)