mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
bootstage: Add some missing dummy functions
Neither bootstage_fdt_add_report() nor bootstage_report() has a dummy double for when bootstage is disabled. Add them. Signed-off-by: Simon Glass <simon.glass@canonical.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -435,6 +435,14 @@ static inline uint32_t bootstage_accum(enum bootstage_id id)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline void bootstage_report(void)
|
||||
{
|
||||
}
|
||||
|
||||
static inline void bootstage_fdt_add_report(void)
|
||||
{
|
||||
}
|
||||
|
||||
static inline int bootstage_stash(void *base, int size)
|
||||
{
|
||||
return 0; /* Pretend to succeed */
|
||||
|
||||
Reference in New Issue
Block a user