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

This commit is contained in:
Pavan-Nokia 2023-11-27 14:00:12 -05:00 committed by GitHub
parent 4727185648
commit 90ff72c885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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