[U-Boot] [PATCH V2 2/3] video: add support for display controller in MB86R0x SoCs
Anatolij Gustschin
agust at denx.de
Sat Jun 12 11:28:11 CEST 2010
Hi Matthias,
On Wed, 5 May 2010 16:28:52 +0200
Matthias Weisser <weisserm at arcor.de> wrote:
> This patch adds support for the display controller in
> the MB86R0x SoCs.
>
> Signed-off-by: Matthias Weisser <weisserm at arcor.de>
> ---
> drivers/video/Makefile | 1 +
> drivers/video/mb86r0xgdc.c | 186 ++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 187 insertions(+), 0 deletions(-)
> create mode 100644 drivers/video/mb86r0xgdc.c
>
> diff --git a/drivers/video/Makefile b/drivers/video/Makefile
> index a5e339a..1a60ec6 100644
> --- a/drivers/video/Makefile
> +++ b/drivers/video/Makefile
> @@ -32,6 +32,7 @@ COBJS-$(CONFIG_S6E63D6) += s6e63d6.o
> COBJS-$(CONFIG_VIDEO_AMBA) += amba.o
> COBJS-$(CONFIG_VIDEO_CT69000) += ct69000.o
> COBJS-$(CONFIG_VIDEO_MB862xx) += mb862xx.o
> +COBJS-$(CONFIG_VIDEO_MB86R0xGDC) += mb86r0xgdc.o
> COBJS-$(CONFIG_VIDEO_MX3) += mx3fb.o
> COBJS-$(CONFIG_VIDEO_SED13806) += sed13806.o
> COBJS-$(CONFIG_SED156X) += sed156x.o
This doesn't apply any more since drivers/video/Makefile was
changed. Please rebase and add videomodes.o to
COBJS-$(CONFIG_VIDEO_MB86R0xGDC) += mb86r0xgdc.o
Thanks,
Anatolij
More information about the U-Boot
mailing list