From: Tom Rix <tom@bumblecow.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] CPU9260 : fix machine ID when using a CPU9G20.
Date: Mon, 12 Oct 2009 06:32:38 -0500 [thread overview]
Message-ID: <4AD313D6.4020006@bumblecow.com> (raw)
In-Reply-To: <1255334900-7420-1-git-send-email-eric@eukrea.com>
Eric Benard wrote:
> Signed-off-by: Eric Benard <eric@eukrea.com>
> ---
> board/eukrea/cpu9260/cpu9260.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/board/eukrea/cpu9260/cpu9260.c b/board/eukrea/cpu9260/cpu9260.c
> index 0b4f0d4..af8a4a2 100644
> --- a/board/eukrea/cpu9260/cpu9260.c
> +++ b/board/eukrea/cpu9260/cpu9260.c
> @@ -165,7 +165,7 @@ int board_init(void)
>
> /* arch number of the board */
> #if defined(CONFIG_CPU9G20)
> - gd->bd->bi_arch_number = MACH_TYPE_CPUAT9260;
> + gd->bd->bi_arch_number = MACH_TYPE_CPUAT9G20;
> #elif defined(CONFIG_CPU9260)
> gd->bd->bi_arch_number = MACH_TYPE_CPUAT9260;
> #endif
Looks like an obvious change
Ack
Tom
next prev parent reply other threads:[~2009-10-12 11:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-12 8:08 [U-Boot] [PATCH] CPU9260 : fix machine ID when using a CPU9G20 Eric Benard
2009-10-12 11:32 ` Tom Rix [this message]
2009-10-17 15:58 ` Tom Rix
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=4AD313D6.4020006@bumblecow.com \
--to=tom@bumblecow.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox