]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/nios2/include/asm/global_data.h
POST: add post_log_res field for post results in global data
[people/ms/u-boot.git] / arch / nios2 / include / asm / global_data.h
index d9f06645a3ae2aa70d59cda9d894d3319badf0ad..4b86fbdacfabac7aeaf6991b079fb0178dc6784a 100644 (file)
@@ -37,6 +37,7 @@ typedef       struct  global_data {
        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_log_res; /* success of POST test */
        unsigned long   post_init_f_time; /* When post_init_f started */
 #endif
        void            **jt;           /* Standalone app jump table */