From edad84c299628154ad14ad3726fc22ff45800830 Mon Sep 17 00:00:00 2001 From: Loic Minier Date: Wed, 13 Oct 2010 14:37:14 -0600 Subject: mx51evk: add u-boot.imx to ALL target Signed-off-by: Loic Minier CC: stefano babic --- board/freescale/mx51evk/config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/board/freescale/mx51evk/config.mk b/board/freescale/mx51evk/config.mk index af70ec2..dd4a2c2 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 -- cgit v1.1