From 51fe743d71b232723c02146f85ecb948429df3ec Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Thu, 21 Jul 2022 15:17:35 +0200 Subject: 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") Upstream-Status: Backport [0d4b692c807881253ec6954970ccbb0f717ae10a] Signed-off-by: Francesco Dolcini --- board/toradex/common/tdx-common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/board/toradex/common/tdx-common.h b/board/toradex/common/tdx-common.h index 8020df5b44..81375de598 100644 --- a/board/toradex/common/tdx-common.h +++ b/board/toradex/common/tdx-common.h @@ -11,8 +11,4 @@ int ft_common_board_setup(void *blob, struct bd_info *bd); -#if defined(CONFIG_DM_VIDEO) -int show_boot_logo(void); -#endif - #endif /* _TDX_COMMON_H */ -- cgit v1.2.3