commit | 7ed40ef1eb454a8cec28bbc95e49042762b93608 | [log] [tgz] |
---|---|---|
author | Loic Minier <loic.minier@linaro.org> | Wed Oct 13 14:37:14 2010 -0600 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 14 10:23:24 2010 +0200 |
tree | 89d618815779824ed7a8f847e7b7e175a35dfccc | |
parent | 53937dac6cdc9184c2af737eca3b05d1263e7ff3 [diff] [blame] |
mx51evk: add u-boot.imx to ALL target Signed-off-by: Loic Minier <loic.minier@linaro.org> CC: stefano babic <sbabic@denx.de>
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