All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] mx51evk: Remove unneeded '1' from mx51evk.h
Date: Thu, 27 Oct 2011 11:06:43 +0200	[thread overview]
Message-ID: <4EA91F23.5030201@denx.de> (raw)
In-Reply-To: <1319480668-15874-1-git-send-email-fabio.estevam@freescale.com>

On 10/24/2011 08:24 PM, Fabio Estevam wrote:
> Remove unneeded '1' from mx51evk.h.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  include/configs/mx51evk.h |   10 +++++-----
>  1 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
> index 2c449b8..af9f983 100644
> --- a/include/configs/mx51evk.h
> +++ b/include/configs/mx51evk.h
> @@ -41,12 +41,12 @@
>   * increase in the final file size: 144260 vs. 109536 Bytes.
>   */
>  
> -#define CONFIG_CMDLINE_TAG		1	/* enable passing of ATAGs */
> -#define CONFIG_REVISION_TAG		1
> -#define CONFIG_SETUP_MEMORY_TAGS	1
> -#define CONFIG_INITRD_TAG		1
> +#define CONFIG_CMDLINE_TAG			/* enable passing of ATAGs */
> +#define CONFIG_REVISION_TAG
> +#define CONFIG_SETUP_MEMORY_TAGS
> +#define CONFIG_INITRD_TAG
>  
> -#define CONFIG_OF_LIBFDT		1
> +#define CONFIG_OF_LIBFDT
>  
>  #define CONFIG_MACH_TYPE	MACH_TYPE_MX51_BABBAGE
>  /*

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

      reply	other threads:[~2011-10-27  9:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-24 18:24 [U-Boot] [PATCH] mx51evk: Remove unneeded '1' from mx51evk.h Fabio Estevam
2011-10-27  9:06 ` Stefano Babic [this message]

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=4EA91F23.5030201@denx.de \
    --to=sbabic@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.