summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/xip/p9_xip_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/xip/p9_xip_image.h')
-rw-r--r--src/import/chips/p9/xip/p9_xip_image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/xip/p9_xip_image.h b/src/import/chips/p9/xip/p9_xip_image.h
index 9b139b98..7947b97f 100644
--- a/src/import/chips/p9/xip/p9_xip_image.h
+++ b/src/import/chips/p9/xip/p9_xip_image.h
@@ -404,10 +404,10 @@ typedef struct
/// The size of the image (including padding) in bytes
uint32_t iv_imageSize;
- /// Build date generated by `date +%Y%m%d`, e.g., 20110630
+ /// Build date generated in yyyymmdd format, e.g., 20110630
uint32_t iv_buildDate;
- /// Build time generated by `date +%H%M`, e.g., 0756
+ /// Build time generated in hhmm format, e.g., 0756
uint32_t iv_buildTime;
/// Build tag, generated when releasing this image to fw
OpenPOWER on IntegriCloud