[PATCH V2] ARM: imx: Include u-boot.img in u-boot-with-spl.imx if OF_SEPARATE=y
Marek Vasut
marex at denx.de
Mon Mar 1 14:36:25 CET 2021
On 3/1/21 10:27 AM, Stefano Babic wrote:
> Hi Marek,
Hi,
[...]
>> diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
>> index 1aa26a50ad8..e6b4654cd35 100644
>> --- a/arch/arm/mach-imx/Makefile
>> +++ b/arch/arm/mach-imx/Makefile
>> @@ -202,10 +202,10 @@ append = cat $(filter-out $< $(PHONY), $^) >> $@
>> quiet_cmd_pad_cat = CAT $@
>> cmd_pad_cat = $(cmd_objcopy) && $(append) || rm -f $@
>> -u-boot-with-spl.imx: SPL u-boot.uim FORCE
>> +u-boot-with-spl.imx: SPL $(if
>> $(CONFIG_OF_SEPARATE),u-boot.img,u-boot.uim) FORCE
>> $(call if_changed,pad_cat)
>> -u-boot-with-nand-spl.imx: spl/u-boot-nand-spl.imx u-boot.uim FORCE
>> +u-boot-with-nand-spl.imx: spl/u-boot-nand-spl.imx $(if
>> $(CONFIG_OF_SEPARATE),u-boot.img,u-boot.uim) FORCE
>> $(call if_changed,pad_cat)
>> quiet_cmd_u-boot-nand-spl_imx = GEN $@
>>
>
> This patch breaks build for two boards, udoo and ot1200_spl. Strange
> enough, I get weird results with git bisect (but definetely this is the
> only patch I am applying that cause the issue).
>
> Could you take a look, please ?
There is V3 already, does that work?
[PATCH V3] ARM: imx: Include u-boot.img in u-boot-with-spl.imx if
OF_SEPARATE=y
More information about the U-Boot
mailing list