summaryrefslogtreecommitdiffstats
path: root/src/occ_405
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2017-07-19 12:33:10 -0500
committerMartha Broyles <mbroyles@us.ibm.com>2017-07-19 17:07:34 -0400
commitb09f435f779579755acbbaa5286e0679a1fd5833 (patch)
tree24ceeacd62e00f570af731c53a8c17ffc06ac66c /src/occ_405
parent67f48d4762cb76729fbff9063ef561de1118797d (diff)
downloadtalos-occ-b09f435f779579755acbbaa5286e0679a1fd5833.tar.gz
talos-occ-b09f435f779579755acbbaa5286e0679a1fd5833.zip
Use correct timebase and fix overflow check in busy_wait
Change-Id: I5ba3581d465ea466e855cf80c9f52d5ba1277ee0 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43334 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/occ_405')
-rwxr-xr-xsrc/occ_405/occbuildname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/occbuildname.c b/src/occ_405/occbuildname.c
index c285868..ae60fe0 100755
--- a/src/occ_405/occbuildname.c
+++ b/src/occ_405/occbuildname.c
@@ -34,6 +34,6 @@ volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) =
#else
-volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_170630a\0" /*</BuildName>*/ ;
+volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_170719a\0" /*</BuildName>*/ ;
#endif
OpenPOWER on IntegriCloud