[armhf][Nokia-7215] Remove platform reboot (#17010)

This commit is contained in:
Pavan-Nokia 2023-11-27 14:00:12 -05:00 committed by mssonicbld
parent 9c8dbf6f1b
commit c4ba9c9edb

View File

@ -1,11 +0,0 @@
#!/bin/bash
function SafePwrCycle() {
sync ; sync
umount -fa > /dev/null 2&>1
# Write CPLD register to initiate cold reboot
sudo i2cset -f -y 0 0x41 0x10 0x00
}
SafePwrCycle