• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión0d4b692c807881253ec6954970ccbb0f717ae10a (tree)
Tiempo2022-07-25 23:12:00
AutorFrancesco Dolcini <francesco.dolcini@tora...>
CommiterStefano Babic

Log Message

toradex: common: Remove stale function declaration

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>

Cambiar Resumen

Diferencia incremental

--- a/board/toradex/common/tdx-common.h
+++ b/board/toradex/common/tdx-common.h
@@ -12,8 +12,4 @@
1212 int ft_common_board_setup(void *blob, struct bd_info *bd);
1313 u32 get_board_revision(void);
1414
15-#if defined(CONFIG_DM_VIDEO)
16-int show_boot_logo(void);
17-#endif
18-
1915 #endif /* _TDX_COMMON_H */