From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 10 Nov 2011 16:35:45 +0100 Subject: [U-Boot] [PATCH 1/2] Build u-boot.imx by default when board uses it In-Reply-To: <1320932982-19967-2-git-send-email-loic.minier@linaro.org> References: <1320932982-19967-1-git-send-email-loic.minier@linaro.org> <1320932982-19967-2-git-send-email-loic.minier@linaro.org> Message-ID: <4EBBEF51.70705@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 11/10/2011 02:49 PM, Lo?c Minier wrote: > Signed-off-by: Lo?c Minier > --- > Makefile | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/Makefile b/Makefile > index 294c762..0ccc3bf 100644 > --- a/Makefile > +++ b/Makefile > @@ -365,6 +365,10 @@ ALL-$(CONFIG_MMC_U_BOOT) += $(obj)mmc_spl/u-boot-mmc-spl.bin > ALL-$(CONFIG_SPL) += $(obj)spl/u-boot-spl.bin > ALL-$(CONFIG_OF_SEPARATE) += $(obj)u-boot.dtb $(obj)u-boot-dtb.bin > > +ifneq ($(CONFIG_IMX_CONFIG),) > +ALL-y += $(obj)u-boot.imx > +endif > + > all: $(ALL-y) $(SUBDIR_EXAMPLES) > > $(obj)u-boot.dtb: $(obj)u-boot 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-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================