public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board
@ 2009-03-03  3:40 Manikandan Pillai
  2009-03-03  8:35 ` Nishanth Menon
  0 siblings, 1 reply; 10+ messages in thread
From: Manikandan Pillai @ 2009-03-03  3:40 UTC (permalink / raw)
  To: u-boot

Example binaries to be downloaded to 0x80300000 for OMAP3 EVMs.

Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
---
 examples/Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/examples/Makefile b/examples/Makefile
index dbcfa92..75e6c87 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -36,10 +36,14 @@ else
 ifeq ($(CPU),omap3)
 LOAD_ADDR = 0x80300000
 else
+ifeq ($(CPU),arm_cortexa8)
+LOAD_ADDR = 0x80300000
+else
 LOAD_ADDR = 0xc100000
 endif
 endif
 endif
+endif
 
 ifeq ($(ARCH),mips)
 LOAD_ADDR = 0x80200000 -T mips.lds
-- 
1.5.6

^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board
@ 2009-03-05  5:55 Manikandan Pillai
  2009-03-05  7:06 ` Nishanth Menon
  2009-03-05 14:56 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 2 replies; 10+ messages in thread
From: Manikandan Pillai @ 2009-03-05  5:55 UTC (permalink / raw)
  To: u-boot

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
-- 
1.5.6

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

end of thread, other threads:[~2009-03-05 14:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-03  3:40 [U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board 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
  -- strict thread matches above, loose matches on Subject: below --
2009-03-05  5:55 Manikandan Pillai
2009-03-05  7:06 ` Nishanth Menon
2009-03-05 14:56 ` Jean-Christophe PLAGNIOL-VILLARD

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