summaryrefslogtreecommitdiff
path: root/board/toradex/common/tdx-common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-08-04 18:11:02 +0300
committerTom Rini <trini@konsulko.com>2020-08-04 18:11:02 +0300
commitf1c0b7cd4be2081ae3711cec2c4cc2910a5817e1 (patch)
tree694f503767f8511bffc8c5e6360f542e50428a0d /board/toradex/common/tdx-common.h
parent993b59f0451cb102f23714478a64361b44694fc6 (diff)
parent3e980a2d8bd13d0d1c2d5cec9e57a47b6cff8b92 (diff)
downloadu-boot-f1c0b7cd4be2081ae3711cec2c4cc2910a5817e1.tar.xz
Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
For 2020.10 ----------- - fixes for Toradex board - fix warnings from previous PR - HAB: reset instead of panic after failure - new board: MYiR Tech MYS-6ULX - mx6cuboxi: use OF_PLATDATA - further changes for DM Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/714513163
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 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 */