Skip to content

Commit

Permalink
Remove redudnant mention of platform cisco-8000 (#856)
Browse files Browse the repository at this point in the history
Signed-off-by: Venkat Garigipati <venkatg@cisco.com>
  • Loading branch information
VenkatCisco committed Jul 7, 2021
1 parent 969ad94 commit 736dc3b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions syncd/scripts/syncd_init_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,6 @@ config_syncd_innovium()
mkdir -p $II_ROOT
}

config_syncd_cisco_8000()
{
export BASE_OUTPUT_DIR=/opt/cisco/silicon-one
CMD_ARGS+=" -p $HWSKU_DIR/sai.profile"
}

config_syncd()
{
check_warm_boot
Expand All @@ -300,8 +294,6 @@ config_syncd()
config_syncd_vs
elif [ "$SONIC_ASIC_TYPE" == "innovium" ]; then
config_syncd_innovium
elif [ "$SONIC_ASIC_TYPE" == "cisco-8000" ]; then
config_syncd_cisco_8000
else
echo "Unknown ASIC type $SONIC_ASIC_TYPE"
exit 1
Expand Down

0 comments on commit 736dc3b

Please sign in to comment.