summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-06-24 17:03:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-06-30 09:10:40 +0200
commit7f5644fad10f8f7a86742dd30d2812261cd0a623 (patch)
treeff90d84833a56d177a565e234f5ee1166d7ee487 /drivers
parentc26f09b2c1a7f1ed2d712dc7994f244d2a8be799 (diff)
downloadbarebox-7f5644fad10f8f7a86742dd30d2812261cd0a623.tar.gz
barebox-7f5644fad10f8f7a86742dd30d2812261cd0a623.tar.xz
imx-ipu-fb: do not enable framebuffer on startup
The board code or startup script should enable it when it actually wants to. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/imx-ipu-fb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/imx-ipu-fb.c b/drivers/video/imx-ipu-fb.c
index bfdc3a59d0..7e2c74bccc 100644
--- a/drivers/video/imx-ipu-fb.c
+++ b/drivers/video/imx-ipu-fb.c
@@ -899,8 +899,6 @@ static int imxfb_probe(struct device_d *dev)
return ret;
}
- ipu_fb_enable(info);
-
return 0;
}