diff options
author | Igor Opaniuk <igor.opaniuk@toradex.com> | 2020-07-15 13:31:01 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-07-27 14:01:32 +0200 |
commit | d32418977261e39d30e482b97f6a63541c8a9391 (patch) | |
tree | 208e86a7cec26ed267b1d63c6c7050c1e3420586 /board/toradex/common/tdx-common.h | |
parent | 07e939f0f5655872f48d31c94db6bc13dde9d17c (diff) |
toradex: common: show boot logo
Add function for showing boot logo, embed into u-boot blob.
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
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 */ |