All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] CONFIG_SYS_SDRAM and CONFIG_SYS_INIT_SP_ADDR defines for versatile boards.
@ 2010-10-28 19:23 Himanshu Chauhan
  2010-11-14 20:58 ` Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: Himanshu Chauhan @ 2010-10-28 19:23 UTC (permalink / raw)
  To: u-boot

Following is the patch for defining the subject line mentioned
configuration defines for versatile boards.

Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>
---
 include/configs/versatile.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/configs/versatile.h b/include/configs/versatile.h
index 45d8434..2da567a 100644
--- a/include/configs/versatile.h
+++ b/include/configs/versatile.h
@@ -231,4 +231,7 @@
 #define CONFIG_SYS_FLASH_PROTECTION	/* The devices have real protection */
 #define CONFIG_SYS_FLASH_EMPTY_INFO	/* flinfo indicates empty blocks */
 
+#define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_SP_ADDR		(CONFIG_SYS_TEXT_BASE \
+					 - GENERATED_GBL_DATA_SIZE)
 #endif	/* __CONFIG_H */
-- 
1.7.0.4

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

* [U-Boot] [PATCH] CONFIG_SYS_SDRAM and CONFIG_SYS_INIT_SP_ADDR defines for versatile boards.
  2010-10-28 19:23 [U-Boot] [PATCH] CONFIG_SYS_SDRAM and CONFIG_SYS_INIT_SP_ADDR defines for versatile boards Himanshu Chauhan
@ 2010-11-14 20:58 ` Wolfgang Denk
  2010-11-15 14:39   ` Peter Pearse
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2010-11-14 20:58 UTC (permalink / raw)
  To: u-boot

Dear Peter,

In message <1288293797-16422-1-git-send-email-hschauhan@nulltrace.org> Himanshu Chauhan wrote:
> Following is the patch for defining the subject line mentioned
> configuration defines for versatile boards.
> 
> Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>
> ---
>  include/configs/versatile.h |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/versatile.h b/include/configs/versatile.h
> index 45d8434..2da567a 100644
> --- a/include/configs/versatile.h
> +++ b/include/configs/versatile.h
> @@ -231,4 +231,7 @@
>  #define CONFIG_SYS_FLASH_PROTECTION	/* The devices have real protection */
>  #define CONFIG_SYS_FLASH_EMPTY_INFO	/* flinfo indicates empty blocks */
>  
> +#define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1
> +#define CONFIG_SYS_INIT_SP_ADDR		(CONFIG_SYS_TEXT_BASE \
> +					 - GENERATED_GBL_DATA_SIZE)
>  #endif	/* __CONFIG_H */
> -- 

Is this 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
I haven't lost my mind -- it's backed up on tape somewhere.

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

* [U-Boot] [PATCH] CONFIG_SYS_SDRAM and CONFIG_SYS_INIT_SP_ADDR defines for versatile boards.
  2010-11-14 20:58 ` Wolfgang Denk
@ 2010-11-15 14:39   ` Peter Pearse
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Pearse @ 2010-11-15 14:39 UTC (permalink / raw)
  To: u-boot

 Fine by me

> -----Original Message-----
> From: Wolfgang Denk [mailto:wd at denx.de] 
> Sent: 14 November 2010 20:58
> To: Peter Pearse
> Cc: Himanshu Chauhan; u-boot at lists.denx.de
> Subject: Re: [U-Boot] [PATCH] CONFIG_SYS_SDRAM and 
> CONFIG_SYS_INIT_SP_ADDR defines for versatile boards.
> 
> Dear Peter,
> 
> In message 
> <1288293797-16422-1-git-send-email-hschauhan@nulltrace.org> 
> Himanshu Chauhan wrote:
> > Following is the patch for defining the subject line mentioned 
> > configuration defines for versatile boards.
> > 
> > Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>
> > ---
> >  include/configs/versatile.h |    3 +++
> >  1 files changed, 3 insertions(+), 0 deletions(-)
> > 
> > diff --git a/include/configs/versatile.h 
> b/include/configs/versatile.h 
> > index 45d8434..2da567a 100644
> > --- a/include/configs/versatile.h
> > +++ b/include/configs/versatile.h
> > @@ -231,4 +231,7 @@
> >  #define CONFIG_SYS_FLASH_PROTECTION	/* The devices 
> have real protection */
> >  #define CONFIG_SYS_FLASH_EMPTY_INFO	/* flinfo 
> indicates empty blocks */
> >  
> > +#define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1
> > +#define CONFIG_SYS_INIT_SP_ADDR		(CONFIG_SYS_TEXT_BASE \
> > +					 - GENERATED_GBL_DATA_SIZE)
> >  #endif	/* __CONFIG_H */
> > --
> 
> Is this 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 I haven't lost my mind -- it's backed up on tape somewhere.
> 

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

end of thread, other threads:[~2010-11-15 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-28 19:23 [U-Boot] [PATCH] CONFIG_SYS_SDRAM and CONFIG_SYS_INIT_SP_ADDR defines for versatile boards Himanshu Chauhan
2010-11-14 20:58 ` Wolfgang Denk
2010-11-15 14:39   ` Peter Pearse

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.