op-build update 3-12-2018
Changes Included for package occ, branch master:
768466b - William Bryan - 2018-03-08 - GPE1 Binary 3/8
81196c3 - William Bryan - 2018-03-07 - Try to PCAP GPU again after busy failure CQ:SW414846
1c7b23c - Andres Lugo-Reyes - 2018-03-06 - WOF: Force ceff_ratio to 0% if voltage component is 0
diff --git a/openpower/package/occ/occ.mk b/openpower/package/occ/occ.mk
index a865e06..547747d 100644
--- a/openpower/package/occ/occ.mk
+++ b/openpower/package/occ/occ.mk
@@ -5,7 +5,7 @@
################################################################################
OCC_VERSION_BRANCH_MASTER_P8 ?= 28f2cec690b7f19548ce860a8820f519e6c39a6a
-OCC_VERSION_BRANCH_MASTER ?= 2fe8f2c01e62eb73dd441dd5e0d386f40150787d
+OCC_VERSION_BRANCH_MASTER ?= 768466b31e853cb11dfa90dbfc1565a21ee9646e
OCC_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(OCC_VERSION_BRANCH_MASTER),$(OCC_VERSION_BRANCH_MASTER_P8))
OCC_SITE ?= $(call github,open-power,occ,$(OCC_VERSION))