From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board
Date: Thu, 5 Mar 2009 15:56:10 +0100 [thread overview]
Message-ID: <20090305145610.GI16788@game.jcrosoft.org> (raw)
In-Reply-To: <1236232549-30511-1-git-send-email-mani.pillai@ti.com>
On 11:25 Thu 05 Mar , Manikandan Pillai wrote:
> Example binaries to be downloaded to 0x80300000 for OMAP3 EVMs.
>
> Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
> ---
> examples/Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/examples/Makefile b/examples/Makefile
> index dbcfa92..d2e811a 100644
> --- a/examples/Makefile
> +++ b/examples/Makefile
> @@ -33,7 +33,7 @@ ifeq ($(ARCH),arm)
> ifeq ($(BOARD),omap2420h4)
> LOAD_ADDR = 0x80300000
> else
> -ifeq ($(CPU),omap3)
> +ifeq ($(SOC),omap3)
> LOAD_ADDR = 0x80300000
> else
> LOAD_ADDR = 0xc100000
sorry I'll prefer this patch
[PATCH] example: introduce EXAMPLE_LOAD_ADDR
more flexible and more clean
Best Regards,
J.
next prev parent reply other threads:[~2009-03-05 14:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-05 5:55 [U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board Manikandan Pillai
2009-03-05 7:06 ` Nishanth Menon
2009-03-05 14:56 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-03-03 3:40 Manikandan Pillai
2009-03-03 8:35 ` Nishanth Menon
2009-03-04 0:16 ` Dirk Behme
2009-03-04 4:57 ` Pillai, Manikandan
2009-03-04 6:18 ` Nishanth Menon
2009-03-04 6:21 ` Pillai, Manikandan
2009-03-04 8:32 ` Jean-Christophe PLAGNIOL-VILLARD
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=20090305145610.GI16788@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox