projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b6dc5d
)
toradex: common: Remove stale function declaration
author
Francesco Dolcini
<francesco.dolcini@toradex.com>
Thu, 21 Jul 2022 13:17:35 +0000
(15:17 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 25 Jul 2022 14:12:00 +0000
(16:12 +0200)
Remove stale show_boot_logo() declaration, not used anywhere.
Fixes: e6fd30dd9eef ("toradex: drop legacy show_boot_logo function and use splashscreen")
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
board/toradex/common/tdx-common.h
patch
|
blob
|
history
diff --git
a/board/toradex/common/tdx-common.h
b/board/toradex/common/tdx-common.h
index c96e8754e9e2561312e26e70052746b089c5968b..d446e9f1d5ca7d3d5a1318b389393d28854e2263 100644
(file)
--- a/
board/toradex/common/tdx-common.h
+++ b/
board/toradex/common/tdx-common.h
@@
-12,8
+12,4
@@
int ft_common_board_setup(void *blob, struct bd_info *bd);
u32 get_board_revision(void);
-#if defined(CONFIG_DM_VIDEO)
-int show_boot_logo(void);
-#endif
-
#endif /* _TDX_COMMON_H */