aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2011-01-24 00:14:26 +0000
committerStefano Babic <sbabic@denx.de>2011-02-25 11:50:47 +0100
commit5ced66c082b0f3e81628bbe0004b099abce702b8 (patch)
tree7fbd72a4f6be814350252451fe84a382b71934a1
parentc7977858dcf1f656cbe91ea0dc3cb9139c6a8cc8 (diff)
Makefile: change rule to build IMX image
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>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc2e3d8b3..3ac5626a3 100644
--- a/Makefile
+++ b/Makefile
@@ -354,7 +354,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