op-build update 8-31-2017
Changes Included for occ:
854999a - Andres Lugo-Reyes - 2017-08-25 - Re-hardcode vratio and fratio to 1
df32663 - Chris Cain - 2017-08-25 - Only call out DIMMs when health monitor time has expired
3f57751 - William Bryan - 2017-08-25 - 405 Side GPU Core Temp Collection
8e2f38a - William Bryan - 2017-08-24 - Move I2C info to common
diff --git a/openpower/package/occ/occ.mk b/openpower/package/occ/occ.mk
index a15eaa2..5c6dfc2 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 ?= 109fa5363062ec9439f83e2e0d12a5150a255c53
+OCC_VERSION_BRANCH_MASTER ?= 854999aaca9b49263df09248fb830a9513a381d4
OCC_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(OCC_VERSION_BRANCH_MASTER),$(OCC_VERSION_BRANCH_MASTER_P8))
OCC_SITE ?= $(call github,open-power,occ,$(OCC_VERSION))