meta-fii/meta-kudo: Remove MON_BMC_ALIVE assertions

The other system components are not using this the MON_BMC_ALIVE
signal, so it no longer requires assertion.

Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com>
Change-Id: Ieedc2650d230dc3eff8c2d76d2f1ce70b68919cb
diff --git a/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/init_once.sh b/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/init_once.sh
index 8231e3d..b87f12d 100644
--- a/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/init_once.sh
+++ b/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/init_once.sh
@@ -35,10 +35,6 @@
     # Power control
     # S0_BMC_OK, GPIO 69
     set_gpio_ctrl 69 out 1
-
-    # MON_BMC_ALIVE, GPIO 10(EVT), GPIO137(DVT)
-    set_gpio_ctrl 137 out 0 # setting unused GPIO
-    set_gpio_ctrl 10 out 1
 else
     echo "DVT or PVT system"
     # sleep so that FRU and all ipmitool Devices are ready before HOST OS
@@ -49,11 +45,7 @@
     # Power control
     # S0_BMC_OK, GPIO 69
     set_gpio_ctrl 69 out 1
-
-    # MON_BMC_ALIVE GPIO137(DVT)
-    set_gpio_ctrl 10 out 0 # setting unused GPIO
-    set_gpio_ctrl 137 out 1
-fi 
+fi
 
 # Disable CPU 1 CLK when cpu not detected
 # echo init_once cpu $CPU1_STATUS > /dev/ttyS0