framebuffer: s6 edge takes a little lomger to initialize fb0

Change-Id: I48a5b25a227afb8637fcce7e4a1e2fc6bcc56b03
This commit is contained in:
jenkins
2015-06-17 23:39:37 +02:00
committed by Dees Troy
parent a163f15eec
commit 796991360d
+2 -1
View File
@@ -167,7 +167,8 @@ static int get_framebuffer(GGLSurface *fb)
void *bits;
fd = open("/dev/graphics/fb0", O_RDWR);
while (fd < 0 && index < 10) {
while (fd < 0 && index < 30) {
usleep(1000);
fd = open("/dev/graphics/fb0", O_RDWR);
index++;