From 2b527d301f76c088b3ef708b98a93d4dac4f71d8 Mon Sep 17 00:00:00 2001 From: george-deng88 Date: Thu, 25 May 2023 06:50:12 +0800 Subject: [PATCH] [Celestica] Optimize Silverstone led init process (#14852) Why I did it Optimize Silverstone led init process, this linkscan = off can cause the sonic port link status async with bcm shell after reboot. How I did it Remove redundant code. How to verify it After reboot, the ports can linkup normally. --- device/celestica/x86_64-cel_silverstone-r0/led_proc_init.soc | 3 --- 1 file changed, 3 deletions(-) diff --git a/device/celestica/x86_64-cel_silverstone-r0/led_proc_init.soc b/device/celestica/x86_64-cel_silverstone-r0/led_proc_init.soc index 3a8ac11907..37c2909b8f 100644 --- a/device/celestica/x86_64-cel_silverstone-r0/led_proc_init.soc +++ b/device/celestica/x86_64-cel_silverstone-r0/led_proc_init.soc @@ -1,7 +1,4 @@ #The Port LED of Silverstone SONIC can't work well, after the issue is fixed by SAI, The led will start. #led auto on; led start -linkscan off m0 load 0 0x3800 /usr/share/sonic/platform/custom.bin -sleep 10 led auto on; led start -linkscan on