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

This commit is contained in:
Pavan-Nokia 2023-11-27 14:00:12 -05:00 committed by Ying Xie
parent 5c36732f3b
commit 6020fbfac3

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