aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_omap.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plat_omap.c')
-rw-r--r--frontend/plat_omap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/plat_omap.c b/frontend/plat_omap.c
index d31fa50..710a45b 100644
--- a/frontend/plat_omap.c
+++ b/frontend/plat_omap.c
@@ -91,7 +91,7 @@ static int omap_setup_layer_(int fd, int enabled, int x, int y, int w, int h, in
}
if (first_call) {
- mi.size = 640*512*2*3;
+ mi.size = 640*512*3*3;
ret = ioctl(fd, OMAPFB_SETUP_MEM, &mi);
if (ret != 0) {
perror("SETUP_MEM");