]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/asm-generic/global_data.h
bootstage: Convert to use malloc()
[people/ms/u-boot.git] / include / asm-generic / global_data.h
index e6f905110e3adec84b6067ca694b3dd6953ada72..8b3229e5b8d5abce26a242c191374b5c8334a2c3 100644 (file)
@@ -110,6 +110,9 @@ typedef struct global_data {
        ulong video_top;                /* Top of video frame buffer area */
        ulong video_bottom;             /* Bottom of video frame buffer area */
 #endif
+#ifdef CONFIG_BOOTSTAGE
+       struct bootstage_data *bootstage;       /* Bootstage information */
+#endif
 } gd_t;
 #endif