public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Reintroduce MACH_TYPE_KM_KIRKWOOD for keymile ARM boards
@ 2011-10-31  8:06 Valentin Longchamp
  2011-10-31  8:20 ` Igor Grinberg
  0 siblings, 1 reply; 3+ messages in thread
From: Valentin Longchamp @ 2011-10-31  8:06 UTC (permalink / raw)
  To: u-boot

We got dropped from Linux mach-types.h because of a lack of mainline
support and this is needed since the last Linux/u-boot mach-types
synchro.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
---
 include/configs/km/km_arm.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h
index c117943..eaf6017 100644
--- a/include/configs/km/km_arm.h
+++ b/include/configs/km/km_arm.h
@@ -36,6 +36,9 @@
 #ifndef _CONFIG_KM_ARM_H
 #define _CONFIG_KM_ARM_H
 
+/* We got removed from Linux mach-types.h */
+#define MACH_TYPE_KM_KIRKWOOD          2255
+
 /*
  * High Level Configuration Options (easy to change)
  */
-- 
1.7.1

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

* [U-Boot] [PATCH] Reintroduce MACH_TYPE_KM_KIRKWOOD for keymile ARM boards
  2011-10-31  8:06 [U-Boot] [PATCH] Reintroduce MACH_TYPE_KM_KIRKWOOD for keymile ARM boards Valentin Longchamp
@ 2011-10-31  8:20 ` Igor Grinberg
  2011-10-31  9:35   ` Valentin Longchamp
  0 siblings, 1 reply; 3+ messages in thread
From: Igor Grinberg @ 2011-10-31  8:20 UTC (permalink / raw)
  To: u-boot

Hi Valentin,

On 10/31/11 10:06, Valentin Longchamp wrote:
> We got dropped from Linux mach-types.h because of a lack of mainline
> support and this is needed since the last Linux/u-boot mach-types
> synchro.
> 
> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
> ---
>  include/configs/km/km_arm.h |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h
> index c117943..eaf6017 100644
> --- a/include/configs/km/km_arm.h
> +++ b/include/configs/km/km_arm.h
> @@ -36,6 +36,9 @@
>  #ifndef _CONFIG_KM_ARM_H
>  #define _CONFIG_KM_ARM_H
>  
> +/* We got removed from Linux mach-types.h */
> +#define MACH_TYPE_KM_KIRKWOOD          2255

While you are at it, probably, it is a good time
to switch to the new standard and use the CONFIG_MACH_TYPE
option. Please, read the README file.

> +
>  /*
>   * High Level Configuration Options (easy to change)
>   */

-- 
Regards,
Igor.

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

* [U-Boot] [PATCH] Reintroduce MACH_TYPE_KM_KIRKWOOD for keymile ARM boards
  2011-10-31  8:20 ` Igor Grinberg
@ 2011-10-31  9:35   ` Valentin Longchamp
  0 siblings, 0 replies; 3+ messages in thread
From: Valentin Longchamp @ 2011-10-31  9:35 UTC (permalink / raw)
  To: u-boot

Hi Igor,

On 10/31/2011 09:20 AM, Igor Grinberg wrote:
> Hi Valentin,
> 
> On 10/31/11 10:06, Valentin Longchamp wrote:
>> We got dropped from Linux mach-types.h because of a lack of mainline
>> support and this is needed since the last Linux/u-boot mach-types
>> synchro.
>>
>> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
>> ---
>>  include/configs/km/km_arm.h |    3 +++
>>  1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h
>> index c117943..eaf6017 100644
>> --- a/include/configs/km/km_arm.h
>> +++ b/include/configs/km/km_arm.h
>> @@ -36,6 +36,9 @@
>>  #ifndef _CONFIG_KM_ARM_H
>>  #define _CONFIG_KM_ARM_H
>>  
>> +/* We got removed from Linux mach-types.h */
>> +#define MACH_TYPE_KM_KIRKWOOD          2255
> 
> While you are at it, probably, it is a good time
> to switch to the new standard and use the CONFIG_MACH_TYPE
> option. Please, read the README file.
> 

Good Hint, I will send a further patch for this.

Thanks

-- 
Valentin Longchamp
Embedded Software Engineer
Hardware and Chip Integration
______________________________________
KEYMILE AG
Schwarzenburgstr. 73
CH-3097 Liebefeld
Phone +41 31 377 1318
Fax   +41 31 377 1212
valentin.longchamp at keymile.com
www.keymile.com
______________________________________
KEYMILE: A Specialist as a Partner

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

end of thread, other threads:[~2011-10-31  9:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-31  8:06 [U-Boot] [PATCH] Reintroduce MACH_TYPE_KM_KIRKWOOD for keymile ARM boards Valentin Longchamp
2011-10-31  8:20 ` Igor Grinberg
2011-10-31  9:35   ` Valentin Longchamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox