From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 4 Mar 2009 09:32:28 +0100 Subject: [U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board In-Reply-To: <19F8576C6E063C45BE387C64729E73940427BC9F12@dbde02.ent.ti.com> References: <1236051627-17822-1-git-send-email-mani.pillai@ti.com> <49ACEBD9.40903@gmail.com> <49ADC86D.1010800@googlemail.com> <19F8576C6E063C45BE387C64729E73940427BC9F12@dbde02.ent.ti.com> Message-ID: <20090304083228.GD16788@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10:27 Wed 04 Mar , Pillai, Manikandan wrote: > Hi all, > > For the EVM board, > > $BOARD = evm $CPU = arm_cortexa8 and $ARCH = arm. > $VENDOR = omap3 and $SOC = omap3 > > I can change the check to check BOARD so that it is applicable only > To OMAP3 EVMs. > > ifeq ($(BOARD),evm) > LOAD_ADDR = 0x80300000 > else > NACK what is so special with evm? and stop to add more and more ifeq in the example/Makefile please create a EXAMPLE_LOAD_ADDR that could be overwrite in followaing order ARCH CPU SOC BOARD via the corresponding config.mk Best Regards, J.