All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH][ATMEL] Fix compiler error for cpu at91sam9, if lowlevel init is enabled
@ 2011-06-29  9:40 esw at bus-elektronik.de
  2011-06-30  8:54 ` Reinhard Meyer
  0 siblings, 1 reply; 6+ messages in thread
From: esw at bus-elektronik.de @ 2011-06-29  9:40 UTC (permalink / raw)
  To: u-boot

* Fix compiler error for cpu at91sam9, if lowlevel init is enabled
* use correct ATMEL_ name scheme to define ATMEL_BASE_SDRAMC

Signed-off-by: Jens Scharsig
---
 arch/arm/include/asm/arch-at91/at91sam9_sdramc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/include/asm/arch-at91/at91sam9_sdramc.h
b/arch/arm/include/asm/arch-at91/at91sam9_sdramc.h
index 54159a7..2d4c49e 100644
--- a/arch/arm/include/asm/arch-at91/at91sam9_sdramc.h
+++ b/arch/arm/include/asm/arch-at91/at91sam9_sdramc.h
@@ -20,7 +20,7 @@
 #ifdef __ASSEMBLY__

 #ifndef ATMEL_BASE_SDRAMC
-#define ATMEL_BASE_SDRAMC	AT91_SDRAMC0_BASE
+#define ATMEL_BASE_SDRAMC	ATMEL_BASE_SDRAMC0
 #endif

 #define AT91_ASM_SDRAMC_MR	ATMEL_BASE_SDRAMC
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH][ATMEL] Fix compiler error for cpu at91sam9, if lowlevel init is enabled
  2011-06-29  9:40 [U-Boot] [PATCH][ATMEL] Fix compiler error for cpu at91sam9, if lowlevel init is enabled esw at bus-elektronik.de
@ 2011-06-30  8:54 ` Reinhard Meyer
  2011-06-30  9:51   ` Jens Scharsig
  0 siblings, 1 reply; 6+ messages in thread
From: Reinhard Meyer @ 2011-06-30  8:54 UTC (permalink / raw)
  To: u-boot

Dear esw at bus-elektronik.de,
> * Fix compiler error for cpu at91sam9, if lowlevel init is enabled
> * use correct ATMEL_ name scheme to define ATMEL_BASE_SDRAMC
> 
> Signed-off-by: Jens Scharsig
> ---
>  arch/arm/include/asm/arch-at91/at91sam9_sdramc.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
Applied to u-boot-atmel/master.
Thanks,
Reinhard

PS: for better readability of Submitter it would be nice
to have real names with the e-Mail address ;)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH][ATMEL] Fix compiler error for cpu at91sam9, if lowlevel init is enabled
  2011-06-30  8:54 ` Reinhard Meyer
@ 2011-06-30  9:51   ` Jens Scharsig
  2011-07-03 21:06     ` Albert ARIBAUD
  0 siblings, 1 reply; 6+ messages in thread
From: Jens Scharsig @ 2011-06-30  9:51 UTC (permalink / raw)
  To: u-boot

Am 2011-06-30 10:54, schrieb Reinhard Meyer:
> 
> PS: for better readability of Submitter it would be nice
> to have real names with the e-Mail address ;)

Dear Reinhard Meyer,

sorry about this. I used a different computer than usual to create this
patch.

Best regards

Jens Scharsig

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH][ATMEL] Fix compiler error for cpu at91sam9, if lowlevel init is enabled
  2011-06-30  9:51   ` Jens Scharsig
@ 2011-07-03 21:06     ` Albert ARIBAUD
  2011-07-04  6:09       ` Jens Scharsig
  2011-07-04  7:28       ` [U-Boot] [PATCH][ATMEL] Fix author names Reinhard Meyer
  0 siblings, 2 replies; 6+ messages in thread
From: Albert ARIBAUD @ 2011-07-03 21:06 UTC (permalink / raw)
  To: u-boot

Hi Jens,

Le 30/06/2011 11:51, Jens Scharsig a ?crit :
> Am 2011-06-30 10:54, schrieb Reinhard Meyer:
>>
>> PS: for better readability of Submitter it would be nice
>> to have real names with the e-Mail address ;)
>
> Dear Reinhard Meyer,
>
> sorry about this. I used a different computer than usual to create this
> patch.

While I am fixing author names in commits, do you want me to fix this 
one, and if so, which e-mail address should I put as an author?

> Best regards
>
> Jens Scharsig

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH][ATMEL] Fix compiler error for cpu at91sam9, if lowlevel init is enabled
  2011-07-03 21:06     ` Albert ARIBAUD
@ 2011-07-04  6:09       ` Jens Scharsig
  2011-07-04  7:28       ` [U-Boot] [PATCH][ATMEL] Fix author names Reinhard Meyer
  1 sibling, 0 replies; 6+ messages in thread
From: Jens Scharsig @ 2011-07-04  6:09 UTC (permalink / raw)
  To: u-boot

Am 2011-07-03 23:06, schrieb Albert ARIBAUD:
> Hi Jens,
> 
> Le 30/06/2011 11:51, Jens Scharsig a ?crit :
>> Am 2011-06-30 10:54, schrieb Reinhard Meyer:
>>>
>>> PS: for better readability of Submitter it would be nice
>>> to have real names with the e-Mail address ;)
>>
>> Dear Reinhard Meyer,
>>
>> sorry about this. I used a different computer than usual to create this
>> patch.
> 
> While I am fixing author names in commits, do you want me to fix this 
> one, and if so, which e-mail address should I put as an author?

Jens Scharsig <esw@bus-elektronik.de>

Best regards

Jens Scharsig

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH][ATMEL] Fix author names
  2011-07-03 21:06     ` Albert ARIBAUD
  2011-07-04  6:09       ` Jens Scharsig
@ 2011-07-04  7:28       ` Reinhard Meyer
  1 sibling, 0 replies; 6+ messages in thread
From: Reinhard Meyer @ 2011-07-04  7:28 UTC (permalink / raw)
  To: u-boot

Dear Albert,

thanks for fixing the names.

My assumption of needing an afteernoon to get a new GIT up and running
was too optimistic... After ubuntu 10.10 offered an automated upgrade
to 11.04, I happyly accepted this and ended up with a broken installation
that stops in grub, complaining there is no kernel...

Now installing 11.04 from scratch...

Best Regards,
Reinhard

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-04  7:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-29  9:40 [U-Boot] [PATCH][ATMEL] Fix compiler error for cpu at91sam9, if lowlevel init is enabled esw at bus-elektronik.de
2011-06-30  8:54 ` Reinhard Meyer
2011-06-30  9:51   ` Jens Scharsig
2011-07-03 21:06     ` Albert ARIBAUD
2011-07-04  6:09       ` Jens Scharsig
2011-07-04  7:28       ` [U-Boot] [PATCH][ATMEL] Fix author names Reinhard Meyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.