* [U-Boot] [PATCH] CPU9260 : fix machine ID when using a CPU9G20.
@ 2009-10-12 8:08 Eric Benard
2009-10-12 11:32 ` Tom Rix
2009-10-17 15:58 ` Tom Rix
0 siblings, 2 replies; 3+ messages in thread
From: Eric Benard @ 2009-10-12 8:08 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] CPU9260 : fix machine ID when using a CPU9G20.
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
2009-10-17 15:58 ` Tom Rix
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rix @ 2009-10-12 11:32 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] CPU9260 : fix machine ID when using a CPU9G20.
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
@ 2009-10-17 15:58 ` Tom Rix
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rix @ 2009-10-17 15:58 UTC (permalink / raw)
To: u-boot
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
Eric,
This has been pushed to arm/master-sync.
Tom
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-17 15:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2009-10-17 15:58 ` Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox