From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Thu, 05 Mar 2009 09:06:05 +0200 Subject: [U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board In-Reply-To: <1236232549-30511-1-git-send-email-mani.pillai@ti.com> References: <1236232549-30511-1-git-send-email-mani.pillai@ti.com> Message-ID: <49AF79DD.2060901@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Manikandan Pillai said the following on 03/05/2009 07:55 AM: > Example binaries to be downloaded to 0x80300000 for OMAP3 EVMs. > > Signed-off-by: Manikandan Pillai > --- > 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 > Acked-by: Nishanth Menon