X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fasm-nios%2Fglobal_data.h;h=fd1138920c7507cea4e8502d4c5de3380938b084;hb=0cf7d8aa0b24577e50b4bf6ab5da87caa09cfd69;hp=935d08e54bdc74462210d0c0258d1a2cdcf3af08;hpb=f72da3406bf6f1c1bce9aa03b07d070413a916af;p=oweals%2Fu-boot.git diff --git a/include/asm-nios/global_data.h b/include/asm-nios/global_data.h index 935d08e54b..fd1138920c 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;