summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2014-03-31 09:50:35 +0200
committerStefano Babic <sbabic@denx.de>2014-04-02 10:45:35 +0200
commite64348f5eb4aef7e119a46b97bdba2cc9cb15fc5 (patch)
treec09c153778e922eda568f68a78a8dac0a4589cb5 /Makefile
parentbb2637be096b842ee25b96c7cfe4f26e55fb7026 (diff)
downloadtalos-obmc-uboot-e64348f5eb4aef7e119a46b97bdba2cc9cb15fc5.tar.gz
talos-obmc-uboot-e64348f5eb4aef7e119a46b97bdba2cc9cb15fc5.zip
imx: add rules for U-Boot DTB support
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 64e8296239..4df6118764 100644
--- a/Makefile
+++ b/Makefile
@@ -757,6 +757,9 @@ dtbs dts/dt.dtb: checkdtc u-boot
u-boot-dtb.bin: u-boot.bin dts/dt.dtb FORCE
$(call if_changed,cat)
+%.imx: %.bin
+ $(Q)$(MAKE) $(build)=arch/arm/imx-common $@
+
quiet_cmd_copy = COPY $@
cmd_copy = cp $< $@
@@ -810,9 +813,6 @@ MKIMAGEFLAGS_u-boot.pbl = -n $(CONFIG_SYS_FSL_PBL_RCW) \
u-boot.img u-boot.kwb u-boot.pbl: u-boot.bin FORCE
$(call if_changed,mkimage)
-u-boot.imx: u-boot.bin
- $(Q)$(MAKE) $(build)=arch/arm/imx-common $@
-
u-boot.sha1: u-boot.bin
tools/ubsha1 u-boot.bin
OpenPOWER on IntegriCloud