diff options
| author | Tom Rini <[email protected]> | 2021-11-16 14:23:30 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-11-16 14:23:30 -0500 |
| commit | 3144ba23bf4649f699078259fdf2e5cb4eab8f53 (patch) | |
| tree | f19391a1e5401b638c072cb654b5f32858f17a67 /include/init.h | |
| parent | 2ffa0e87df3a7595f71d05782924ee83146d9fe7 (diff) | |
| parent | 4b32531be236bbd9ca60f26447511f79e214f79e (diff) | |
Merge branch '2021-11-15-assorted-fixes'
- Rename "tqc" to "tq" and related updates
- Assorted minor ARM updates, build updates and documentation updates
Diffstat (limited to 'include/init.h')
| -rw-r--r-- | include/init.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/init.h b/include/init.h index c781789e367..f2cd46dead0 100644 --- a/include/init.h +++ b/include/init.h @@ -332,6 +332,8 @@ void bdinfo_print_mhz(const char *name, unsigned long hz); /* Show arch-specific information for the 'bd' command */ void arch_print_bdinfo(void); +int do_bdinfo(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); + #endif /* __ASSEMBLY__ */ /* Put only stuff here that the assembler can digest */ |
