File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -536,18 +536,7 @@ config_syncd_xsight()
536
536
LABEL_REVISION_FILE=" /etc/sonic/hw_revision"
537
537
ONIE_MACHINE=` sed -n -e ' s/^.*onie_machine=//p' /etc/machine.conf`
538
538
539
- ln -sf /usr/share/sonic/hwsku/xdrv_config.json /etc/xsight/xdrv_config.json
540
- ln -sf /usr/share/sonic/hwsku/xlink_cfg.json /etc/xsight/xlink_cfg.json
541
- ln -sf /usr/share/sonic/hwsku/lanes_polarity.json /etc/xsight/lanes_polarity.json
542
-
543
- if [ -f ${LABEL_REVISION_FILE} ]; then
544
- LABEL_REVISION=` cat ${LABEL_REVISION_FILE} `
545
- if [[ x${LABEL_REVISION} == x" R0B" ]] || [[ x${LABEL_REVISION} == x" R0B2" ]]; then
546
- ln -sf /etc/xsight/serdes_config_A0.json /etc/xsight/serdes_config.json
547
- else
548
- ln -sf /etc/xsight/serdes_config_A1.json /etc/xsight/serdes_config.json
549
- fi
550
- fi
539
+ /usr/bin/init_xsai.sh
551
540
552
541
# export XLOG_DEBUG="XSW SAI SAI-HOST XHAL-TBL XHAL-LKP XHAL-LPM XHAL-TCAM XHAL-DTE XHAL-RNG XHAL-SP XHAL-RPC"
553
542
export XLOG_SYSLOG=ALL
You can’t perform that action at this time.
0 commit comments