From: Francesco Dolcini Date: Thu, 21 Jul 2022 13:17:35 +0000 (+0200) Subject: toradex: common: Remove stale function declaration X-Git-Tag: baikal/mips/sdk5.8.2~5^2~273^2~86 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=bfbdae41f65861e630aa733b71dc03a1977ddd71;p=uboot.git toradex: common: Remove stale function declaration Remove stale show_boot_logo() declaration, not used anywhere. Fixes: 1f1c19715be4 ("toradex: drop legacy show_boot_logo function and use splashscreen") Signed-off-by: Francesco Dolcini --- diff --git a/board/toradex/common/tdx-common.h b/board/toradex/common/tdx-common.h index c96e8754e9..d446e9f1d5 100644 --- a/board/toradex/common/tdx-common.h +++ b/board/toradex/common/tdx-common.h @@ -12,8 +12,4 @@ int ft_common_board_setup(void *blob, struct bd_info *bd); u32 get_board_revision(void); -#if defined(CONFIG_DM_VIDEO) -int show_boot_logo(void); -#endif - #endif /* _TDX_COMMON_H */