summaryrefslogtreecommitdiff
path: root/include/asm-nios/global_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-nios/global_data.h')
-rw-r--r--include/asm-nios/global_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-nios/global_data.h b/include/asm-nios/global_data.h
index 935d08e54..fd1138920 100644
--- a/include/asm-nios/global_data.h
+++ b/include/asm-nios/global_data.h
@@ -34,6 +34,10 @@ typedef struct global_data {
unsigned long reloc_off; /* Relocation Offset */
unsigned long env_addr; /* Address of Environment struct */
unsigned long env_valid; /* Checksum of Environment valid */
+#if defined(CONFIG_POST) || defined(CONFIG_LOGBUFFER)
+ unsigned long post_log_word; /* Record POST activities */
+ unsigned long post_init_f_time; /* When post_init_f started */
+#endif
void **jt; /* Standalone app jump table */
} gd_t;