Skip to content

Commit

Permalink
Update build name to op_occ_170322a
Browse files Browse the repository at this point in the history
Change-Id: I178af8cd6f17742ec05bd67e027ca61d76c760d4
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38295
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Tested-by: William A. Bryan <wilbryan@us.ibm.com>
  • Loading branch information
wilbryan committed Mar 22, 2017
1 parent d5423eb commit aa17c1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/occ_405/occbuildname.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/occ/occbuildname.c $ */
/* $Source: src/occ_405/occbuildname.c $ */
/* */
/* OpenPOWER OnChipController Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2014,2015 */
/* Contributors Listed Below - COPYRIGHT 2014,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -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_150716a\0" /*</BuildName>*/ ;
volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_170322a\0" /*</BuildName>*/ ;

#endif

0 comments on commit aa17c1c

Please sign in to comment.