summaryrefslogtreecommitdiff
path: root/board/toradex/common/tdx-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/toradex/common/tdx-common.h')
-rw-r--r--board/toradex/common/tdx-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/toradex/common/tdx-common.h b/board/toradex/common/tdx-common.h
index c537dca71e..63614c8671 100644
--- a/board/toradex/common/tdx-common.h
+++ b/board/toradex/common/tdx-common.h
@@ -11,4 +11,8 @@
int ft_common_board_setup(void *blob, bd_t *bd);
+#if defined(CONFIG_DM_VIDEO)
+int show_boot_logo(void);
+#endif
+
#endif /* _TDX_COMMON_H */