All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] mx51evk: Fix build error when CONFIG_VIDEO is disabled
Date: Wed, 14 Nov 2012 14:08:31 +0100	[thread overview]
Message-ID: <20121114140831.5b79cb2c@wker> (raw)
In-Reply-To: <1352550532-3178-1-git-send-email-agust@denx.de>

Hi,

On Sat, 10 Nov 2012 13:28:52 +0100
Anatolij Gustschin <agust@denx.de> wrote:

> From: Vikram Narayanan <vikram186@gmail.com>
> 
> The inclusion of LCD patch into mx51evk breaks the build when
> CONFIG_VIDEO is disabled. Fix this by splitting the video related
> stuff to a new file.
> 
> Also rename the function lcd_iomux to setup_iomux_lcd to make the
> namings aligned with the other iomux functions.
> 
> Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
> Changes in v2:
>  - rebased on current master
>  - added common file mx5_video.h for function prorotypes
> 
>  arch/arm/include/asm/imx-common/mx5_video.h |   21 +++++++
>  board/freescale/mx51evk/Makefile            |    4 +-
>  board/freescale/mx51evk/mx51evk.c           |   57 +------------------
>  board/freescale/mx51evk/mx51evk_video.c     |   81 +++++++++++++++++++++++++++
>  4 files changed, 107 insertions(+), 56 deletions(-)
>  create mode 100644 arch/arm/include/asm/imx-common/mx5_video.h
>  create mode 100644 board/freescale/mx51evk/mx51evk_video.c

Applied to video/master, thanks!

Anatolij

  reply	other threads:[~2012-11-14 13:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-18 18:16 [U-Boot] mx51evk: Fix build error when CONFIG_VIDEO is disabled Vikram Narayanan
2012-11-10 12:28 ` [U-Boot] [PATCH v2] " Anatolij Gustschin
2012-11-14 13:08   ` Anatolij Gustschin [this message]
2012-11-10 12:32 ` Anatolij Gustschin
2012-11-10 12:47   ` Anatolij Gustschin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121114140831.5b79cb2c@wker \
    --to=agust@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.