summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2017-04-26 09:54:50 -0500
committerGitHub <noreply@github.com>2017-04-26 09:54:50 -0500
commitdffa8527d6089ef4b6da2fe12b9a8d464c8d6176 (patch)
tree9adde98902a3bf704536b34ae28f873eedd15c96
parent22937b5c3e0412d25f1593052163f015ccb1e637 (diff)
parent69e6bee8d1615a26917f64d1d2cbf306dabcb6b5 (diff)
downloadtalos-op-build-dffa8527d6089ef4b6da2fe12b9a8d464c8d6176.tar.gz
talos-op-build-dffa8527d6089ef4b6da2fe12b9a8d464c8d6176.zip
Merge pull request #1031 from wghoffa/mbox
Enable Hostboot Runtime
-rwxr-xr-xopenpower/configs/hostboot/witherspoon.config2
-rwxr-xr-xopenpower/configs/hostboot/zaius.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/openpower/configs/hostboot/witherspoon.config b/openpower/configs/hostboot/witherspoon.config
index 8777ea9c..870b34fc 100755
--- a/openpower/configs/hostboot/witherspoon.config
+++ b/openpower/configs/hostboot/witherspoon.config
@@ -41,7 +41,7 @@ unset PCIE_HOTPLUG_CONTROLLER
set CONSOLE
set BMC_AST2500
-set DISABLE_HOSTBOOT_RUNTIME
+unset DISABLE_HOSTBOOT_RUNTIME
# Compile in hostboot runtime PRD
set HBRT_PRD
diff --git a/openpower/configs/hostboot/zaius.config b/openpower/configs/hostboot/zaius.config
index 099e62ca..bc87d42e 100755
--- a/openpower/configs/hostboot/zaius.config
+++ b/openpower/configs/hostboot/zaius.config
@@ -41,7 +41,7 @@ unset PCIE_HOTPLUG_CONTROLLER
set CONSOLE
set BMC_AST2500
-set DISABLE_HOSTBOOT_RUNTIME
+unset DISABLE_HOSTBOOT_RUNTIME
# Compile in hostboot runtime PRD
set HBRT_PRD
OpenPOWER on IntegriCloud