X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=Makefile;h=7865cb9a3c10d775f4d73ecba76d52344807644e;hp=538c3bf74a54054850e6e95f9b2dee7841cf46c3;hb=1cad23c5f471d695bed1e3907e30caee3c2a3056;hpb=ab6423cae0323e8db2c8fdd0a99138d93fde2137 diff --git a/Makefile b/Makefile index 538c3bf74a..7865cb9a3c 100644 --- a/Makefile +++ b/Makefile @@ -749,6 +749,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 $< $@ @@ -802,9 +805,6 @@ MKIMAGEFLAGS_u-boot.pbl = -n $(srctree)/$(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