]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Makefile: change rule to build IMX image
authorStefano Babic <sbabic@denx.de>
Mon, 24 Jan 2011 00:14:26 +0000 (00:14 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:04 +0000 (19:38 +0200)
config.mk in board directory is obsolete and should be removed.
The patch allows to get rid of own config.mk adding the imximage.cfg
file to the options in the boards.cfg

Signed-off-by: Stefano Babic <sbabic@denx.de>
Makefile

index 713dba1d5f34f5ff6516e02936d3e857fa062b9f..c463a8ac96aea904bb34c10c47a5617dab4dca34 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -352,7 +352,7 @@ $(obj)u-boot.img:   $(obj)u-boot.bin
                -d $< $@
 
 $(obj)u-boot.imx:       $(obj)u-boot.bin
-               $(obj)tools/mkimage -n $(IMX_CONFIG) -T imximage \
+               $(obj)tools/mkimage -n  $(CONFIG_IMX_CONFIG) -T imximage \
                -e $(CONFIG_SYS_TEXT_BASE) -d $< $@
 
 $(obj)u-boot.kwb:       $(obj)u-boot.bin