aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plat_dummy.c')
-rw-r--r--frontend/plat_dummy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c
index a43662b..44ba4a8 100644
--- a/frontend/plat_dummy.c
+++ b/frontend/plat_dummy.c
@@ -51,6 +51,10 @@ void bgr888_to_rgb888(void *d, void *s, int len)
{
}
+void bgr888_to_rgb565(void *d, void *s, int len)
+{
+}
+
void in_update_analogs(void)
{
}