summaryrefslogtreecommitdiff
path: root/board/siemens/common/board.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-23 17:04:04 +0300
committerAnatolij Gustschin <agust@denx.de>2022-03-28 21:16:19 +0300
commitd77c6fbd3f3f12622f0c8aa9c669dfbf77e4a420 (patch)
tree115291e40aed50af9d50dd6f5b5ae20e172dc099 /board/siemens/common/board.c
parent814dd92bdc22e2949e70b86440f0a83b50e6bc7a (diff)
downloadu-boot-d77c6fbd3f3f12622f0c8aa9c669dfbf77e4a420.tar.xz
video: siemens: Drop unused video code
Drop this old code which is not built anymore, as it depends on CONFIG_VIDEO which has been removed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/siemens/common/board.c')
-rw-r--r--board/siemens/common/board.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/siemens/common/board.c b/board/siemens/common/board.c
index 56283660d3..85025f20ef 100644
--- a/board/siemens/common/board.c
+++ b/board/siemens/common/board.c
@@ -96,9 +96,6 @@ int board_init(void)
#ifdef CONFIG_NAND_CS_INIT
board_nand_cs_init();
#endif
-#ifdef CONFIG_VIDEO
- board_video_init();
-#endif
return 0;
}