aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/bootblock/timestamp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/braswell/bootblock/timestamp.inc')
-rw-r--r--src/soc/intel/braswell/bootblock/timestamp.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/soc/intel/braswell/bootblock/timestamp.inc b/src/soc/intel/braswell/bootblock/timestamp.inc
index 3db5c35c4d..e5041326ee 100644
--- a/src/soc/intel/braswell/bootblock/timestamp.inc
+++ b/src/soc/intel/braswell/bootblock/timestamp.inc
@@ -1,6 +1,8 @@
-/* Store the initial timestamp for booting in mmx registers. This works
+/*
+ * Store the initial timestamp for booting in mmx registers. This works
* because the bootblock isn't being compiled with MMX support so mm0 and
- * mm1 will be preserved into romstage. */
+ * mm1 will be preserved into romstage.
+ */
.code32
.global stash_timestamp
@@ -16,3 +18,4 @@ stash_timestamp:
/* Restore the BIST value to %eax */
movl %ebp, %eax
+