summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/stdio.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/stdio.c b/common/stdio.c
index 54ecc9b53d..661d643748 100644
--- a/common/stdio.c
+++ b/common/stdio.c
@@ -17,6 +17,7 @@
#include <stdio_dev.h>
#include <serial.h>
#include <splash.h>
+#include <video_link.h>
#if defined(CONFIG_SYS_I2C)
#include <i2c.h>
@@ -345,6 +346,10 @@ int stdio_add_devices(void)
#else
#endif
#ifdef CONFIG_DM_VIDEO
+
+#ifdef CONFIG_VIDEO_LINK
+ video_link_init();
+#endif
/*
* If the console setting is not in environment variables then
* console_init_r() will not be calling iomux_doenv() (which calls