blob: 669a39984c718263b12914f35c96282377e01973 [file] [log] [blame]
#!/bin/sh
# Init GPIO setting
gpioset `gpiofind BMC_READY`=0
echo BMC ready !!
gpioset `gpiofind RST_BMC_SGPIO`=1
echo Release reset SGPIO !!