Re: [U-Boot] [PATCH] video: update Makefile to include OMAP3 DSS driver

2011-07-04 Thread Anatolij Gustschin
On Mon,  4 Jul 2011 23:51:27 +0200
Anatolij Gustschin  wrote:

> From: Jason Kridner 
> 
> Adding the OMAP3 DSS video driver to the Makefile. The patch
> applied to u-boot-ti didn't include this for some reason.
> 
> Signed-off-by: Jason Kridner 
> Signed-off-by: Anatolij Gustschin 
> ---
> replaces patch "video: DSS makefile update" to
>  - drop unconditional include of videomode.o since it is wrong
>  - sort in alphabetical order
>  - fix the commit message
> 
>  drivers/video/Makefile |1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

applied to u-boot-video/master.

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] video: update Makefile to include OMAP3 DSS driver

2011-07-04 Thread Anatolij Gustschin
From: Jason Kridner 

Adding the OMAP3 DSS video driver to the Makefile. The patch
applied to u-boot-ti didn't include this for some reason.

Signed-off-by: Jason Kridner 
Signed-off-by: Anatolij Gustschin 
---
replaces patch "video: DSS makefile update" to
 - drop unconditional include of videomode.o since it is wrong
 - sort in alphabetical order
 - fix the commit message

 drivers/video/Makefile |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index 086dc05..402f517 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -36,6 +36,7 @@ COBJS-$(CONFIG_VIDEO_MB862xx) += mb862xx.o videomodes.o
 COBJS-$(CONFIG_VIDEO_MB86R0xGDC) += mb86r0xgdc.o videomodes.o
 COBJS-$(CONFIG_VIDEO_MX3) += mx3fb.o
 COBJS-$(CONFIG_VIDEO_MX5) += mxc_ipuv3_fb.o ipu_common.o ipu_disp.o
+COBJS-$(CONFIG_VIDEO_OMAP3) += omap3_dss.o
 COBJS-$(CONFIG_VIDEO_SED13806) += sed13806.o
 COBJS-$(CONFIG_SED156X) += sed156x.o
 COBJS-$(CONFIG_VIDEO_SM501) += sm501.o
-- 
1.7.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot