From: Loic Minier Date: Wed, 13 Oct 2010 20:37:14 +0000 (-0600) Subject: mx51evk: add u-boot.imx to ALL target X-Git-Tag: v2010.12-rc1~104^2~22^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=edad84c299628154ad14ad3726fc22ff45800830;p=oweals%2Fu-boot.git mx51evk: add u-boot.imx to ALL target Signed-off-by: Loic Minier CC: stefano babic --- diff --git a/board/freescale/mx51evk/config.mk b/board/freescale/mx51evk/config.mk index af70ec250f..dd4a2c299c 100644 --- a/board/freescale/mx51evk/config.mk +++ b/board/freescale/mx51evk/config.mk @@ -23,3 +23,4 @@ LDSCRIPT = $(CPUDIR)/$(SOC)/u-boot.lds TEXT_BASE = 0x97800000 IMX_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/imximage.cfg +ALL += $(obj)u-boot.imx