diff options
author | Loic Minier <loic.minier@linaro.org> | 2010-10-13 14:37:14 -0600 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2010-10-14 10:23:24 +0200 |
commit | edad84c299628154ad14ad3726fc22ff45800830 (patch) | |
tree | 89d618815779824ed7a8f847e7b7e175a35dfccc | |
parent | d7dc464be4ee246ecab6c7934b322b5aaecfe5f6 (diff) |
mx51evk: add u-boot.imx to ALL target
Signed-off-by: Loic Minier <loic.minier@linaro.org>
CC: stefano babic <sbabic@denx.de>
-rw-r--r-- | board/freescale/mx51evk/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mx51evk/config.mk b/board/freescale/mx51evk/config.mk index af70ec250f6..dd4a2c299cf 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 |