From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: omap2: apollon: fix broken build
Date: Wed, 29 Jun 2011 08:36:49 +0200 [thread overview]
Message-ID: <4E0AC801.2050109@aribaud.net> (raw)
In-Reply-To: <1308944078-24187-1-git-send-email-grinberg@compulab.co.il>
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.
prev parent reply other threads:[~2011-06-29 6:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-24 19:34 [U-Boot] [PATCH] arm: omap2: apollon: fix broken build Igor Grinberg
2011-06-29 6:36 ` Albert ARIBAUD [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E0AC801.2050109@aribaud.net \
--to=albert.u.boot@aribaud.net \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.