diff options
| author | Tom Rini <[email protected]> | 2021-11-29 12:00:57 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-11-29 12:00:57 -0500 |
| commit | 2402c93130c09b881f9cc1369459fb49d9fa0f74 (patch) | |
| tree | b98fcb4632c62e8693d8ee1acfa3af55c52f634a /include/init.h | |
| parent | c087b5ad974441d1408c028eb7087d86b6d127e9 (diff) | |
| parent | ade37460a944aed36ae6ee634c4d4a9a22690461 (diff) | |
Merge tag 'v2022.01-rc3' into next
Prepare v2022.01-rc3
Signed-off-by: Tom Rini <[email protected]>
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 */ |
