From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Wed, 04 Mar 2009 01:16:45 +0100 Subject: [U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board In-Reply-To: <49ACEBD9.40903@gmail.com> References: <1236051627-17822-1-git-send-email-mani.pillai@ti.com> <49ACEBD9.40903@gmail.com> Message-ID: <49ADC86D.1010800@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Nishanth Menon wrote: > Manikandan Pillai said the following on 03/03/2009 05:40 AM: >> Example binaries to be downloaded to 0x80300000 for OMAP3 EVMs. >> >> Signed-off-by: Manikandan Pillai >> --- >> 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 >> > I am bit confused here.. first we say $(CPU) omap3...EVM is based on > omap3 rt? > the second change is not valid -> cortex_a8 -> we might have future > platforms which have cortex. they need not use the same memory map as > OMAP does. this is not valid change. NAK from me. Even if it becomes boring, I agree to Nishanth again. NACK from me, too. Best regards Dirk