From: Eric Benard <eric@eukrea.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] CPU9260 : fix machine ID when using a CPU9G20.
Date: Mon, 12 Oct 2009 10:08:20 +0200 [thread overview]
Message-ID: <1255334900-7420-1-git-send-email-eric@eukrea.com> (raw)
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
--
1.6.0.4
next reply other threads:[~2009-10-12 8:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-12 8:08 Eric Benard [this message]
2009-10-12 11:32 ` [U-Boot] [PATCH] CPU9260 : fix machine ID when using a CPU9G20 Tom Rix
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=1255334900-7420-1-git-send-email-eric@eukrea.com \
--to=eric@eukrea.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