All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Removing Atmel from ARM926EJ-S Systems
@ 2010-01-18  9:58 Matthias Weisser
  2010-01-18 10:08 ` Albin Tonnerre
  2010-01-21 21:52 ` Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: Matthias Weisser @ 2010-01-18  9:58 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Matthias Weisser <weisserm@arcor.de>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index ed6156f..ffe07ef 100644
--- a/Makefile
+++ b/Makefile
@@ -2698,7 +2698,7 @@ mp2usb_config	:	unconfig
 	@$(MKCONFIG) $(@:_config=) arm arm920t mp2usb NULL at91rm9200
 
 #########################################################################
-## Atmel ARM926EJ-S Systems
+## ARM926EJ-S Systems
 #########################################################################
 
 afeb9260_config:	unconfig
-- 
1.5.6.3

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

* [U-Boot] [PATCH] Removing Atmel from ARM926EJ-S Systems
  2010-01-18  9:58 [U-Boot] [PATCH] Removing Atmel from ARM926EJ-S Systems Matthias Weisser
@ 2010-01-18 10:08 ` Albin Tonnerre
  2010-01-18 10:15   ` Matthias Weißer
  2010-01-21 21:52 ` Wolfgang Denk
  1 sibling, 1 reply; 5+ messages in thread
From: Albin Tonnerre @ 2010-01-18 10:08 UTC (permalink / raw)
  To: u-boot

On Mon, 18 Jan 2010 10:58 +0100, Matthias Weisser wrote :
> Signed-off-by: Matthias Weisser <weisserm@arcor.de>
> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index ed6156f..ffe07ef 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -2698,7 +2698,7 @@ mp2usb_config	:	unconfig
>  	@$(MKCONFIG) $(@:_config=) arm arm920t mp2usb NULL at91rm9200
>  
>  #########################################################################
> -## Atmel ARM926EJ-S Systems
> +## ARM926EJ-S Systems
>  #########################################################################
>  
>  afeb9260_config:	unconfig

I'm not sure I get the rationale for this change - all the boards listed there are
actually built around ARM926-based Atmel SoCs.

Regards,
-- 
Albin Tonnerre

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

* [U-Boot] [PATCH] Removing Atmel from ARM926EJ-S Systems
  2010-01-18 10:08 ` Albin Tonnerre
@ 2010-01-18 10:15   ` Matthias Weißer
  2010-01-18 10:18     ` Albin Tonnerre
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias Weißer @ 2010-01-18 10:15 UTC (permalink / raw)
  To: u-boot

Am 18.01.2010 11:08, schrieb Albin Tonnerre:
> On Mon, 18 Jan 2010 10:58 +0100, Matthias Weisser wrote :
>> Signed-off-by: Matthias Weisser<weisserm@arcor.de>
>> ---
>>   Makefile |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/Makefile b/Makefile
>> index ed6156f..ffe07ef 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -2698,7 +2698,7 @@ mp2usb_config	:	unconfig
>>   	@$(MKCONFIG) $(@:_config=) arm arm920t mp2usb NULL at91rm9200
>>
>>   #########################################################################
>> -## Atmel ARM926EJ-S Systems
>> +## ARM926EJ-S Systems
>>   #########################################################################
>>
>>   afeb9260_config:	unconfig
>
> I'm not sure I get the rationale for this change - all the boards listed there are
> actually built around ARM926-based Atmel SoCs.

Please see http://lists.denx.de/pipermail/u-boot/2010-January/066596.html

I will come up with a patch set adding support for a non Atmel based SoC 
and Wolfgang suggested to remove the Atmel from the section.

Regards,
Matthias

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

* [U-Boot] [PATCH] Removing Atmel from ARM926EJ-S Systems
  2010-01-18 10:15   ` Matthias Weißer
@ 2010-01-18 10:18     ` Albin Tonnerre
  0 siblings, 0 replies; 5+ messages in thread
From: Albin Tonnerre @ 2010-01-18 10:18 UTC (permalink / raw)
  To: u-boot

On Mon, 18 Jan 2010 11:15 +0100, Matthias Wei?er wrote :
> Am 18.01.2010 11:08, schrieb Albin Tonnerre:
> >I'm not sure I get the rationale for this change - all the boards listed there are
> >actually built around ARM926-based Atmel SoCs.
> 
> Please see http://lists.denx.de/pipermail/u-boot/2010-January/066596.html
> 
> I will come up with a patch set adding support for a non Atmel based
> SoC and Wolfgang suggested to remove the Atmel from the section.

Oh, hadn't seen this message, sorry for the noise.

Regards,
-- 
Albin Tonnerre, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com

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

* [U-Boot] [PATCH] Removing Atmel from ARM926EJ-S Systems
  2010-01-18  9:58 [U-Boot] [PATCH] Removing Atmel from ARM926EJ-S Systems Matthias Weisser
  2010-01-18 10:08 ` Albin Tonnerre
@ 2010-01-21 21:52 ` Wolfgang Denk
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2010-01-21 21:52 UTC (permalink / raw)
  To: u-boot

Dear Matthias Weisser,

In message <1263808693-27274-1-git-send-email-weisserm@arcor.de> you wrote:
> Signed-off-by: Matthias Weisser <weisserm@arcor.de>
> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied, thanks.

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
Der Dativ ist dem Genitiv sein Tod.

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

end of thread, other threads:[~2010-01-21 21:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-18  9:58 [U-Boot] [PATCH] Removing Atmel from ARM926EJ-S Systems Matthias Weisser
2010-01-18 10:08 ` Albin Tonnerre
2010-01-18 10:15   ` Matthias Weißer
2010-01-18 10:18     ` Albin Tonnerre
2010-01-21 21:52 ` Wolfgang Denk

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.