meta-facebook: harma: revise bios post end name

Rename host-ready-n to avoid confusion with host0-ready
The host0-ready signal represents the host power good status
used by the isHostRunning function check.

Change-Id: I641655f2f9db13daef600f27b8d259765c728dfd
Signed-off-by: Peter Yin <peter.yin@quantatw.com>
diff --git a/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init b/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init
index 05bc103..e4110fd 100644
--- a/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init
+++ b/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init
@@ -14,7 +14,7 @@
 }
 
 post_end_init() {
-  if [ "$(get_gpio host-ready-n)" -eq 0 ]; then
+  if [ "$(get_gpio post-end-n)" -eq 0 ]; then
      busctl set-property xyz.openbmc_project.State.Host0 /xyz/openbmc_project/state/host0 \
      xyz.openbmc_project.State.OperatingSystem.Status OperatingSystemState s \
      xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Standby;