* [U-Boot] [PATCH] correct a syntax typo in at91_matrix.h
@ 2010-03-18 11:41 Asen Dimov
2010-03-21 19:50 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Asen Dimov @ 2010-03-18 11:41 UTC (permalink / raw)
To: u-boot
Signed-off-by: Asen Dimov <dimov@ronetix.at>
---
include/asm-arm/arch-at91/at91_matrix.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-arm/arch-at91/at91_matrix.h b/include/asm-arm/arch-at91/at91_matrix.h
index 9b3c110..981ec20 100644
--- a/include/asm-arm/arch-at91/at91_matrix.h
+++ b/include/asm-arm/arch-at91/at91_matrix.h
@@ -80,7 +80,7 @@ typedef struct at91_matrix {
u32 mrcr; /* 0x100 Master Remap Control */
u32 reserve4[3];
#if defined(CONFIG_AT91SAM9G45)
- u32 ccr[52] /* 0x110 - 0x1E0 Chip Configuration */
+ u32 ccr[52]; /* 0x110 - 0x1E0 Chip Configuration */
u32 womr; /* 0x1E4 Write Protect Mode */
u32 wpsr; /* 0x1E8 Write Protect Status */
u32 resg45_1[10];
--
1.5.5.6
^ permalink raw reply related [flat|nested] 3+ messages in thread* [U-Boot] [PATCH] correct a syntax typo in at91_matrix.h
2010-03-18 11:41 [U-Boot] [PATCH] correct a syntax typo in at91_matrix.h Asen Dimov
@ 2010-03-21 19:50 ` Wolfgang Denk
2010-03-27 19:36 ` Tom
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2010-03-21 19:50 UTC (permalink / raw)
To: u-boot
Dear Asen Dimov,
In message <1268912507-7542-1-git-send-email-dimov@ronetix.at> you wrote:
>
> Signed-off-by: Asen Dimov <dimov@ronetix.at>
> ---
> include/asm-arm/arch-at91/at91_matrix.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Tom, as this is a simple typo I went ahead and applied this directly;
hope this is OK with you.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"An open mind has but one disadvantage: it collects dirt."
- a saying at RPI
^ permalink raw reply [flat|nested] 3+ messages in thread* [U-Boot] [PATCH] correct a syntax typo in at91_matrix.h
2010-03-21 19:50 ` Wolfgang Denk
@ 2010-03-27 19:36 ` Tom
0 siblings, 0 replies; 3+ messages in thread
From: Tom @ 2010-03-27 19:36 UTC (permalink / raw)
To: u-boot
Wolfgang Denk wrote:
> Dear Asen Dimov,
>
> In message <1268912507-7542-1-git-send-email-dimov@ronetix.at> you wrote:
>> Signed-off-by: Asen Dimov <dimov@ronetix.at>
>> ---
>> include/asm-arm/arch-at91/at91_matrix.h | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> Applied, thanks.
>
> Tom, as this is a simple typo I went ahead and applied this directly;
> hope this is OK with you.
>
That is fine.
Thanks
Tom
> Best regards,
>
> Wolfgang Denk
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-03-27 19:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-18 11:41 [U-Boot] [PATCH] correct a syntax typo in at91_matrix.h Asen Dimov
2010-03-21 19:50 ` Wolfgang Denk
2010-03-27 19:36 ` Tom
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox