Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#mpc8349emds
[oweals/u-boot.git] / include / asm-nios / global_data.h
index 935d08e54bdc74462210d0c0258d1a2cdcf3af08..fd1138920c7507cea4e8502d4c5de3380938b084 100644 (file)
@@ -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;