projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d1988a
)
AT91 CPU9260 Fix machine ID when using a CPU9G20.
author
Eric Benard
<eric@eukrea.com>
Mon, 12 Oct 2009 08:08:20 +0000
(10:08 +0200)
committer
Tom Rix
<Tom.Rix@windriver.com>
Sun, 18 Oct 2009 21:38:16 +0000
(16:38 -0500)
Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
board/eukrea/cpu9260/cpu9260.c
patch
|
blob
|
history
diff --git
a/board/eukrea/cpu9260/cpu9260.c
b/board/eukrea/cpu9260/cpu9260.c
index 0b4f0d450d5842ce066de8bba806cdd7d0273c03..af8a4a2f89aeab563e7728aabcd1339a32126bf9 100644
(file)
--- 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_CPUAT9
26
0;
+ gd->bd->bi_arch_number = MACH_TYPE_CPUAT9
G2
0;
#elif defined(CONFIG_CPU9260)
gd->bd->bi_arch_number = MACH_TYPE_CPUAT9260;
#endif