All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board
Date: Sun, 30 Oct 2011 00:47:46 +0200	[thread overview]
Message-ID: <201110300047.46696.marek.vasut@gmail.com> (raw)
In-Reply-To: <1319883627-9817-1-git-send-email-js_at_ng@scharsoft.de>

> * re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board
> 
> Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
> ---
>  include/configs/eb_cpux9k2.h |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
> index 4324172..e437f25 100644
> --- a/include/configs/eb_cpux9k2.h
> +++ b/include/configs/eb_cpux9k2.h
> @@ -42,6 +42,10 @@
>  #define CONFIG_BOARD_EARLY_INIT_F
> 
>  /*------------------------------------------------------------------------
> --*/ +#ifndef MACH_TYPE_EB_CPUX9K2
> +#define MACH_TYPE_EB_CPUX9K2           1977
> +#endif
> +/*------------------------------------------------------------------------
> --*/ #define CONFIG_SYS_TEXT_BASE 		0x00000000
>  #define CONFIG_SYS_LOAD_ADDR		0x21000000  /* default load address */

You don't need the ifndef. Cheers

  reply	other threads:[~2011-10-29 22:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-29 10:20 [U-Boot] [PATCH] ARM: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board Jens Scharsig
2011-10-29 22:47 ` Marek Vasut [this message]
2011-10-30 10:32   ` Albert ARIBAUD
2011-10-31  7:28     ` Jens Scharsig
2011-10-30 13:12   ` Wolfgang Denk
2011-10-30 20:14     ` Marek Vasut

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=201110300047.46696.marek.vasut@gmail.com \
    --to=marek.vasut@gmail.com \
    --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.