[PATCH 2/2] imx-ipu-fb: do not enable framebuffer on startup
Eric Bénard
eric at eukrea.com
Thu Jun 24 11:03:05 EDT 2010
The board code or startup script should enable it when
it actually wants to.
Signed-off-by: Eric Bénard <eric at eukrea.com>
---
drivers/video/imx-ipu-fb.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/video/imx-ipu-fb.c b/drivers/video/imx-ipu-fb.c
index 8994da4..45f2215 100644
--- a/drivers/video/imx-ipu-fb.c
+++ b/drivers/video/imx-ipu-fb.c
@@ -895,8 +895,6 @@ static int imxfb_probe(struct device_d *dev)
return ret;
}
- ipu_fb_enable(info);
-
return 0;
}
--
1.6.3.3
More information about the barebox
mailing list