From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 19 Apr 2012 18:17:40 +0200 Subject: [U-Boot] [PATCH V4 8/8] imx: Add u-boot.imx as target for ARM9 i.MX SOCs In-Reply-To: <1334825735-27992-9-git-send-email-timo@exertus.fi> References: <1334223234-23383-1-git-send-email-timo@exertus.fi> <1334825735-27992-1-git-send-email-timo@exertus.fi> <1334825735-27992-9-git-send-email-timo@exertus.fi> Message-ID: <4F903AA4.5090507@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 19/04/2012 10:55, Timo Ketola wrote: > Signed-off-by: Timo Ketola > --- > > Changes in v3: > - Dropped old patch number 8 "imx: nand: Don't invent new..." so this > one changed from 9 to 8 > > Changes in v2: > - New patch in this series > - Add .imx target in the spirit of commit 303838 > > arch/arm/cpu/arm926ejs/config.mk | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/cpu/arm926ejs/config.mk b/arch/arm/cpu/arm926ejs/config.mk > index ffb2e6c..6a3a1bb 100644 > --- a/arch/arm/cpu/arm926ejs/config.mk > +++ b/arch/arm/cpu/arm926ejs/config.mk > @@ -31,3 +31,9 @@ PLATFORM_CPPFLAGS += -march=armv5te > # ========================================================================= > PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) > PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT) > + > +ifneq ($(CONFIG_IMX_CONFIG),) > + > +ALL-y += $(obj)u-boot.imx > + > +endif Acked-by: Stefano Babic Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================