[U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board
Manikandan Pillai
mani.pillai at ti.com
Tue Mar 3 04:40:27 CET 2009
Example binaries to be downloaded to 0x80300000 for OMAP3 EVMs.
Signed-off-by: Manikandan Pillai <mani.pillai at 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
More information about the U-Boot
mailing list