diff options
author | Igor Opaniuk <igor.opaniuk@toradex.com> | 2020-06-23 23:39:21 +0300 |
---|---|---|
committer | Igor Opaniuk <igor.opaniuk@toradex.com> | 2020-07-15 13:00:07 +0300 |
commit | c1aff1e3cbde4c4152e4b64d09761b8bc246d4ff (patch) | |
tree | b969f04b34dd3ad0029fb776b7f85befd79a52aa /board/toradex/common/tdx-common.h | |
parent | 350c45315df23f536d49a2c52d873d8b69f527ac (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 c537dca71e5..63614c86714 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 */ |