From f1ab00fb537251b782147830dd6019087fc75fdc Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 2 May 2016 18:36:07 -0400 Subject: arch/arm/imx-common/Makefile: Update u-boot.uim MKIMAGEFLAGS We need to be passing -T firmware here and aren't. Signed-off-by: Tom Rini --- arch/arm/imx-common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/imx-common') diff --git a/arch/arm/imx-common/Makefile b/arch/arm/imx-common/Makefile index c208628f35..d34a784eec 100644 --- a/arch/arm/imx-common/Makefile +++ b/arch/arm/imx-common/Makefile @@ -68,7 +68,7 @@ SPL: spl/u-boot-spl.bin $(IMX_CONFIG) FORCE $(call if_changed,mkimage) MKIMAGEFLAGS_u-boot.uim = -A arm -O U-Boot -a $(CONFIG_SYS_TEXT_BASE) \ - -e $(CONFIG_SYS_TEXT_BASE) -C none + -e $(CONFIG_SYS_TEXT_BASE) -C none -T firmware u-boot.uim: u-boot.bin FORCE $(call if_changed,mkimage) -- cgit v1.2.1