summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2022-07-21 15:17:35 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-02-21 15:15:44 +0100
commit51fe743d71b232723c02146f85ecb948429df3ec (patch)
treeafe78bca82cd0ce0bd6f2e12ec9b9436fab4249f
parentf6664ff8c1e9306b2e41199a8d00ebf3945696a5 (diff)
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 <francesco.dolcini@toradex.com>
-rw-r--r--board/toradex/common/tdx-common.h4
1 files changed, 0 insertions, 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 */