diff options
Diffstat (limited to 'include/bootstage.h')
| -rw-r--r-- | include/bootstage.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/include/bootstage.h b/include/bootstage.h index 127c94f1b..9113852ca 100644 --- a/include/bootstage.h +++ b/include/bootstage.h @@ -277,6 +277,13 @@ uint32_t bootstage_accum(enum bootstage_id id);  /* Print a report about boot time */  void bootstage_report(void); +/** + * Add bootstage information to the device tree + * + * @return 0 if ok, -ve on error + */ +int bootstage_fdt_add_report(void); +  #else  /*   * This is a dummy implementation which just calls show_boot_progress(), |