aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorFrancesco Dolcini2022-07-21 15:17:35 +0200
committerStefano Babic2022-07-25 16:12:00 +0200
commit0d4b692c807881253ec6954970ccbb0f717ae10a (patch)
tree67e4576dde58a18401088ad404044b5260b78d45 /board
parent8b6dc5d3943c269892acb2a426ad4a46a7f7fc49 (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") Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Diffstat (limited to 'board')
-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 c96e8754e9e..d446e9f1d5c 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 */