summaryrefslogtreecommitdiff
path: root/board/cm-bf548/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cm-bf548/video.c')
-rw-r--r--board/cm-bf548/video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cm-bf548/video.c b/board/cm-bf548/video.c
index b098615d4c..286726038e 100644
--- a/board/cm-bf548/video.c
+++ b/board/cm-bf548/video.c
@@ -333,7 +333,6 @@ int drv_video_init(void)
strcpy(videodev.name, "video");
videodev.ext = DEV_EXT_VIDEO; /* Video extensions */
- videodev.flags = DEV_FLAGS_SYSTEM; /* No Output */
error = stdio_register(&videodev);