From b69e2e7ba05ec60ebed6880bcd89001f1c85d838 Mon Sep 17 00:00:00 2001 From: Manikandan Pillai Date: Fri, 8 Aug 2008 13:56:20 +0530 Subject: [PATCH] LOAD_ADDR for examples changed for OMAP3EVM. Signed-off-by: Manikandan Pillai --- examples/Makefile | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 66b354d..b2f54fe 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -30,10 +30,12 @@ LOAD_ADDR = 0x40000 endif ifeq ($(ARCH),arm) +LOAD_ADDR = 0xc100000 ifeq ($(BOARD),omap2420h4) LOAD_ADDR = 0x80300000 -else -LOAD_ADDR = 0xc100000 +endif +ifeq ($(BOARD),omap3evm) +LOAD_ADDR = 0x80300000 endif endif -- 1.5.6