Skip to content

Commit 736dc3b

Browse files
authored
Remove redudnant mention of platform cisco-8000 (sonic-net#856)
Signed-off-by: Venkat Garigipati <[email protected]>
1 parent 969ad94 commit 736dc3b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

syncd/scripts/syncd_init_common.sh

-8
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,6 @@ config_syncd_innovium()
269269
mkdir -p $II_ROOT
270270
}
271271

272-
config_syncd_cisco_8000()
273-
{
274-
export BASE_OUTPUT_DIR=/opt/cisco/silicon-one
275-
CMD_ARGS+=" -p $HWSKU_DIR/sai.profile"
276-
}
277-
278272
config_syncd()
279273
{
280274
check_warm_boot
@@ -300,8 +294,6 @@ config_syncd()
300294
config_syncd_vs
301295
elif [ "$SONIC_ASIC_TYPE" == "innovium" ]; then
302296
config_syncd_innovium
303-
elif [ "$SONIC_ASIC_TYPE" == "cisco-8000" ]; then
304-
config_syncd_cisco_8000
305297
else
306298
echo "Unknown ASIC type $SONIC_ASIC_TYPE"
307299
exit 1

0 commit comments

Comments
 (0)