summaryrefslogtreecommitdiffstats
path: root/board/cm-bf548
diff options
context:
space:
mode:
Diffstat (limited to 'board/cm-bf548')
-rw-r--r--board/cm-bf548/video.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/cm-bf548/video.c b/board/cm-bf548/video.c
index d43f5a1dfc..c501697404 100644
--- a/board/cm-bf548/video.c
+++ b/board/cm-bf548/video.c
@@ -225,6 +225,12 @@ int video_init(void *dst)
return 0;
}
+void video_stop(void)
+{
+ DisablePPI();
+ DisableDMA();
+}
+
static void dma_bitblit(void *dst, fastimage_t *logo, int x, int y)
{
if (dcache_status())
OpenPOWER on IntegriCloud