Revisión | 0d4b692c807881253ec6954970ccbb0f717ae10a (tree) |
---|---|
Tiempo | 2022-07-25 23:12:00 |
Autor | Francesco Dolcini <francesco.dolcini@tora...> |
Commiter | Stefano Babic |
toradex: common: Remove stale function declaration
Remove stale show_boot_logo() declaration, not used anywhere.
Fixes: e6fd30dd9eef ("toradex: drop legacy show_boot_logo function and use splashscreen")
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
@@ -12,8 +12,4 @@ | ||
12 | 12 | int ft_common_board_setup(void *blob, struct bd_info *bd); |
13 | 13 | u32 get_board_revision(void); |
14 | 14 | |
15 | -#if defined(CONFIG_DM_VIDEO) | |
16 | -int show_boot_logo(void); | |
17 | -#endif | |
18 | - | |
19 | 15 | #endif /* _TDX_COMMON_H */ |