public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: omap2: apollon: fix broken build
@ 2011-06-24 19:34 Igor Grinberg
  2011-06-29  6:36 ` Albert ARIBAUD
  0 siblings, 1 reply; 2+ messages in thread
From: Igor Grinberg @ 2011-06-24 19:34 UTC (permalink / raw)
  To: u-boot

Define CONFIG_SYS_SDRAM_BASE to physical SDRAM address
and CONFIG_SYS_INIT_SP_ADDR to physical SRAM address

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
---
 include/configs/apollon.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/configs/apollon.h b/include/configs/apollon.h
index 3364ec0..1f959fc 100644
--- a/include/configs/apollon.h
+++ b/include/configs/apollon.h
@@ -266,4 +266,8 @@
 					"-(ubifs)"
 #endif
 
+#define PHYS_SRAM			0x4020F800
+#define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_SP_ADDR 	PHYS_SRAM
+
 #endif /* __CONFIG_H */
-- 
1.7.3.4

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

* [U-Boot] [PATCH] arm: omap2: apollon: fix broken build
  2011-06-24 19:34 [U-Boot] [PATCH] arm: omap2: apollon: fix broken build Igor Grinberg
@ 2011-06-29  6:36 ` Albert ARIBAUD
  0 siblings, 0 replies; 2+ messages in thread
From: Albert ARIBAUD @ 2011-06-29  6:36 UTC (permalink / raw)
  To: u-boot

Hi Igor,

Le 24/06/2011 21:34, Igor Grinberg a ?crit :
> Define CONFIG_SYS_SDRAM_BASE to physical SDRAM address
> and CONFIG_SYS_INIT_SP_ADDR to physical SRAM address
>
> Signed-off-by: Igor Grinberg<grinberg@compulab.co.il>
> Cc: Kyungmin Park<kyungmin.park@samsung.com>
> ---
>   include/configs/apollon.h |    4 ++++
>   1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/apollon.h b/include/configs/apollon.h
> index 3364ec0..1f959fc 100644
> --- a/include/configs/apollon.h
> +++ b/include/configs/apollon.h
> @@ -266,4 +266,8 @@
>   					"-(ubifs)"
>   #endif
>
> +#define PHYS_SRAM			0x4020F800
> +#define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1
> +#define CONFIG_SYS_INIT_SP_ADDR 	PHYS_SRAM
> +
>   #endif /* __CONFIG_H */

Applied to u-boot-arm/master, thanks.

Amicalement,
-- 
Albert.

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

end of thread, other threads:[~2011-06-29  6:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 19:34 [U-Boot] [PATCH] arm: omap2: apollon: fix broken build Igor Grinberg
2011-06-29  6:36 ` Albert ARIBAUD

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