summaryrefslogtreecommitdiffstats
path: root/openpower
diff options
context:
space:
mode:
authorWilliam Hoffa <wihoffa@gmail.com>2017-06-15 15:04:59 -0500
committerGitHub <noreply@github.com>2017-06-15 15:04:59 -0500
commit8bd1e567d55da1471728aecd8fb6c81ec9f80a1b (patch)
tree46b7a6252927b559ca4b258230318e716f7f671a /openpower
parenta2bea6bb738be077d1a21ed74f70136bb07dac0b (diff)
parent90f4346536ccb4e502d913e7e0724472908aa0a8 (diff)
downloadtalos-op-build-8bd1e567d55da1471728aecd8fb6c81ec9f80a1b.tar.gz
talos-op-build-8bd1e567d55da1471728aecd8fb6c81ec9f80a1b.zip
Merge pull request #1156 from wghoffa/master
Enable OCC by default in Zaius
Diffstat (limited to 'openpower')
-rwxr-xr-xopenpower/configs/hostboot/zaius.config7
1 files changed, 5 insertions, 2 deletions
diff --git a/openpower/configs/hostboot/zaius.config b/openpower/configs/hostboot/zaius.config
index cd0390e4..7f76996e 100755
--- a/openpower/configs/hostboot/zaius.config
+++ b/openpower/configs/hostboot/zaius.config
@@ -47,8 +47,11 @@ unset DISABLE_HOSTBOOT_RUNTIME
# Compile in hostboot runtime PRD
set HBRT_PRD
-unset HTMGT
-unset START_OCC_DURING_BOOT
+
+# Compile in hb rt HTMGT : Load/Start OCC
+set HTMGT
+set START_OCC_DURING_BOOT
+unset CONSOLE_OUTPUT_OCC_COMM
#PNOR flags
unset PNOR_TWO_SIDE_SUPPORT
OpenPOWER on IntegriCloud