diff options
Diffstat (limited to 'board/toradex/common/tdx-common.h')
-rw-r--r-- | board/toradex/common/tdx-common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/toradex/common/tdx-common.h b/board/toradex/common/tdx-common.h index 81375de598..8020df5b44 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, struct bd_info *bd); +#if defined(CONFIG_DM_VIDEO) +int show_boot_logo(void); +#endif + #endif /* _TDX_COMMON_H */ |